Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions