Skip to content

Verify share.acquire.mode (KIP-1206) works through Spring's config model #4326

@sobychacko

Description

@sobychacko

Kafka 4.2 adds share.acquire.mode (ConsumerConfig.SHARE_ACQUIRE_MODE_CONFIG) with two values:

  • batch_optimized (default) — soft limit on max.poll.records
  • record_limit — strict enforcement

This is a pass-through consumer property. Verify it works through Spring's config model (ConsumerProperties / ShareConsumerFactory) and document it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions