Spring for Apache Kafka 2.5.0 Release Candidate
The 2.5.0.RC1
release candidate is now avaialable in the Spring milestone repo.
Update: 2.5.0.RELEASE was released on May 13th.
Highlights:
-
kafka-clients
2.5.0 (alignment of version numbers is coincidental). -
Support for re-committing retryable offset commit exceptions for retained partitions when using cooperative rebalancing.
-
Support for the new "fetch-offset-request" procuder fencing (when brokers are 2.5 or higher), requiring fewer producers.
-
Support for static group membership.
-
More integration with Micrometer.
-
Optional Delivery Attempts header.
-
…RecoveringBatchErrorHandler
can commit a partial batch and replay from failed record in a batch (with cooperation of the listener); this is now the default for a batch listener.