The Apache Kafka community is pleased to announce the release for
Apache Kafka 4.3.0
All of the changes in this release can be found in the release notes:
https://www.apache.org/dist/kafka/4.3.0/RELEASE_NOTES.html
An overview of the release can be found in our announcement blog post:
https://kafka.apache.org/blog/2026/05/22/apache-kafka-4.3.0-release-announcement/
You can download the source and binary release (Scala 2.13) from:
https://kafka.apache.org/downloads#4.3.0
---------------------------------------------------------------------------------------------------
Apache Kafka is a distributed streaming platform with four core APIs:
** The Producer API allows an application to publish a stream of records to
one or more Kafka topics.
** The Consumer API allows an application to subscribe to one or more
topics and process the stream of records produced to them.
** The Streams API allows an application to act as a stream processor,
consuming an inpu...