The Apache Kafka community is pleased to announce the release for
Apache Kafka 4.1.2.
This bug-fix release includes several critical fixes as documented in
the release notes.
All of the changes in this release can be found in the release notes:
https://www.apache.org/dist/kafka/4.1.2/RELEASE_NOTES.html
An overview of the release can be found in our announcement blog post:
https://kafka.apache.org/blog
You can download the source and binary release from:
https://kafka.apache.org/community/downloads/#412
---------------------------------------------------------------------------------------------------
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...