-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Upgrade to Kafka 2.6.2 #24247
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
Comments
Unfortunately, 2.6.1 wasn't released in time, moving to the |
@snicoll FYI; it looks like this will be available before Boot 2.4.2 |
Thanks Gary. I've updated the milestone accordingly. |
This upgrade breaks Kafka Streams on Windows: https://issues.apache.org/jira/browse/KAFKA-12190. We either need to revert or ignore some tests on Windows. We're leaning towards reverting at the moment. |
Yikes! Wish I'd known that before cutting SK 2.6.5 😦 |
In light of the comment on the JIRA about Kafka Streams not being "officially supported" on Windows, I would prefer ignoring the tests on windows, for now, rather than re-introducing the Jackson pain by reverting. |
I'm torn. On the one hand, I don't like getting stuck on older versions of a project. One that other hand, upgrading to 2.6.1 will inconvenience anyone developing with Kafka Streams on Windows even if their production workloads are running on Linux. Anyone already on 2.6.0 will have addressed the Jackson pain so upgrading to 2.6.1 will add more pain for those on Windows. Reverting the upgrade, and thereby staying on 2.6.0, will avoid any additional pain until 2.6.2 is out. I'm still leaning towards reverting. |
I agree with Andy here. Upgrading would fix a problem that users have already put mitigation in place while introducing a new one. Keeping the status quo seems the less disruptive option to me. |
OK; I can live with that. Thanks. |
Alright, I've reverted in dda8b5d |
I think we should wait and pick up 2.6.2 which, with thanks to @ableegoldman, is now planned for this month (February 2021). |
FTR, |
The 2.6.2 RC is currently in voting. The deadline is set to this Friday (the 19th) so hopefully it should be ready by the end of this week. |
Hey all, we discovered another blocker at the last minute so I need to roll a new RC for 2.6.2. The new target release date is end of next week (March 26th). |
Thanks for the update, @ableegoldman. |
Hah, you beat me to it. I was hovering over the |
Thanks for your patience, and sorry for the looong wait. |
Kafka 2.6.0 is broken as it relies on
jackson-databind
but the dependency is wrongly flagged asprovided
. Let's hope they manage to release 2.6.1 in time for our own release.The text was updated successfully, but these errors were encountered: