The Apache Kafka community is pleased to announce the release for
Apache Kafka 2.7.2
This is a bug fix release and it includes fixes and improvements from
26 JIRAs, including a fix for CVE-2021-38153.
All of the changes in this release can be found in the release notes:
https://downloads.apache.org/kafka/2.7.2/RELEASE_NOTES.html
You can download the source and binary release (Scala 2.12 and 2.13) from:
https://kafka.apache.org/downloads#2.7.2
---------------------------------------------------------------------------------------------------
Apache Kafka is a distributed streaming platform with four core APIs:
** The Producer API allows an application to publish a stream 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 input stream from one or more to...