conduktor.io ↗

share.acquire.mode — Kafka Consumer Configuration

Controls the acquire mode for a share consumer. If set to record_limit, the number of records returned in each poll() will not exceed the value of max.

Description

Controls the acquire mode for a share consumer. If set to record_limit, the number of records returned in each poll() will not exceed the value of max.poll.records. If set to batch_optimized, the number of records returned in each poll() call may exceed max.poll.records to align with batch boundaries for optimization.

Default Values by Kafka Version

Kafka VersionDefault Value
4.2BATCH_OPTIMIZED
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.