-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Apache Kafka version update with one shot commit #69
Apache Kafka version update with one shot commit #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The configuration files hasn't changed? Have you checked the source code diff to verify API changes?
Some minor changes are available in the configuration files. Mainly in kraft.
Yes, there are some changes |
Update the files
We need to align the code: the HEAD of master is aligned to the patch 3.1.1. We have to continue to use that version until the API are aligned to the version 3.2.0. |
I opened a new issue (#70) to track the alignment to the latest Apache Kakfa version. |
Configuration files aligned
The PR now covers the changes identified using a source tree compare. |
If the changes are only incremental this PR can be merged into master and the version 1.3.0 will directly move to Apache Kafka version 3.2.0. |
Description
Apache Foundation released the version 3.2.0 of Apache Kafka. This PR updates KNet to the latest version of Apache Kafka.
Related Issue
closed #70
Motivation and Context
Align KNet to the latest version which solves bugs and introduces new functionality: see https://downloads.apache.org/kafka/3.2.0/RELEASE_NOTES.html
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: