Skip to content

GH-3116: Upgrade kafka-client to 3.7.0 #3117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

sobychacko
Copy link
Contributor

Fixes: #3116

Fixes: spring-projects#3116

* Upgrade kafka-client to 3.7.0
* Necessary test changes due to `KafkaConsumer` now uses a delegate based
  model for consumers to create legacy vs consumer-group based consumers
  See the following link for more details.
  https://cwiki.apache.org/confluence/display/KAFKA/The+Next+Generation+of+the+Consumer+Rebalance+Protocol+%28KIP-848%29+-+Early+Access+Release+Notes
* Implement Kafka producer `clientInstanceId()` method in `CloseSafeProducer`
* whats-new changes
@sobychacko sobychacko requested a review from artembilan March 13, 2024 21:10
[[x32-kafka-client-version]]
=== Kafka Client Version

This version requires 3.7.0 `kafka-clients`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don’t we have anywhere else in docs the mentioning for Kafka Client compatibility ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The compatibility matrix is on the project page, which we need to edit later, maybe once this is merged.

@artembilan artembilan merged commit e1c84bd into spring-projects:main Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade Apache Kafka client version to 3.7.0
2 participants