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 Version | Default Value |
|---|---|
| 4.2 | BATCH_OPTIMIZED |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.