Spring for Apache Kafka 3.3.3, and 3.2.7 are Available Now
We are pleased to announce the release of Spring for Apache Kafka versions 3.3.3
and 3.2.7
.
We extend our gratitude to all contributors who made these releases possible.
Release Notes
See the release notes for more details on what's included in these releases:
https://github.com/spring-projects/spring-kafka/releases/tag/v3.3.3
https://github.com/spring-projects/spring-kafka/releases/tag/v3.2.7
Kafka Client 3.9.0 compatibility
Spring for Apache Kafka version 3.3.3
is compatible with Kafka Client 3.9.0
, though the framework's compile-time dependency uses Kafka Client 3.8.1
.
To use Kafka Client 3.9.0
or later with version 3.3.3
, applications must manually upgrade their Kafka Client version.
For instructions on overriding Kafka Client versions in Spring Boot, please refer to this guide…