-
Notifications
You must be signed in to change notification settings - Fork 126
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
Upgrade librdkafka to 1.6.1 and prepare release 0.11.7 #1228
Conversation
This mitigates confluentinc/librdkafka#2933 which is fixed in 1.5.2. This issue was leading to hanging consumers when they tried to commit during a rebalance operation. Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
&self, | ||
) -> &mut stream_consumer::MessageStream<'static, LoggingConsumerContext, SmolRuntime> { | ||
&mut self, | ||
) -> &mut stream_consumer::MessageStream<'_, LoggingConsumerContext, SmolRuntime> { |
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.
😭
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.
pls don't cry. This change is for the better!
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.
I know, but I'll be crying and sobbing in the corner until we finally can get rid of it, each transmute is a tear for me
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.
Each unsafe transmute kills a little kitten when executed.
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.
😭
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.
🚀 🚢 it
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
26fb5c0
to
70239b5
Compare
Pull request
Description
Upgrade the dependency on librdkafka to 1.6.1
Related
Checklist