Hello Kafka users, developers and client-developers,
This is the RC3 candidate for release of Apache Kafka 4.2.0.
This release has many exciting changes:
* Kafka Queues (Share Groups) is now production-ready with new
features like the RENEW acknowledgement type for extended processing
times, adaptive batching for coordinators, and comprehensive lag
metrics.
* Kafka Streams brings the server-side rebalance protocol to GA with a
limited feature set, adds dead letter queue support in exception
handlers, introduces anchored wall-clock punctuation for deterministic
scheduling, and gives users full control over whether to send a leave
group request on closing.
* This release also delivers significant improvements to consistency
and observability: CLI tools now feature standardized arguments like
--bootstrap-server across all tools, metric naming has been corrected
to follow the kafka.COMPONENT convention, and new idle ratio metrics
provide better visibility into controlle...