We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
edenhill just released new version of librdkafka https://github.com/edenhill/librdkafka/releases/tag/v1.5.2 It contains many fixes. Like this one confluentinc/librdkafka#2933, it's periodically reproducing in our production environment and we are fixing it with consumer recreation. It would be great to remove hacks from our code and update librdkafka dll's.
The text was updated successfully, but these errors were encountered:
1.5.2-RC1 is already on nuget and I don't think there are changes, i'll do the final release later today probably.
Sorry, something went wrong.
Confluent.Kafka 1.5.2 has been released, see https://www.nuget.org/packages/Confluent.Kafka/. Thanks a bunch, @mhowlett and @edenhill!
I believe this issue can well be closed then.
No branches or pull requests
Description
edenhill just released new version of librdkafka https://github.com/edenhill/librdkafka/releases/tag/v1.5.2
It contains many fixes.
Like this one confluentinc/librdkafka#2933, it's periodically reproducing in our production environment and we are fixing it with consumer recreation.
It would be great to remove hacks from our code and update librdkafka dll's.
The text was updated successfully, but these errors were encountered: