KIP-717 — Deprecate batch-size config from console producer
Discarded Kafka 4.2 ProducerAdmin
Deprecates the `--batch-size` option from `kafka-console-producer.sh` since the new producer does not batch by message count, making the option a no-op. The option was a holdover from the old producer API and misleads users into thinking count-based batching is active when it is not.
Details
| Author | Kamal Chandraprakash |
| Status | Discarded |
| Kafka Version | 4.2 |
| JIRA | KAFKA-12392 |
| Wiki | View on Apache Wiki |
| Created | 2021-03-01 |
| Last Modified | 2022-03-06 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.