-
Notifications
You must be signed in to change notification settings - Fork 875
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Clients impacted by librdkafka bug in 2.2.0 #2130
Comments
Is there somewhere that a roadmap can be followed for when new versions of |
Hi, we are planning to release version 2.3.0 this week, which should address this fix. We already have a release candidate (RC) available with this fix if you'd like to test it. You can find it here: https://www.nuget.org/packages/Confluent.Kafka/2.3.0-RC3. |
Where are those RC releases announced? I don't see it on the Releases page: https://github.com/confluentinc/confluent-kafka-dotnet/releases |
Since it's a RC, it's not announced there. We will announce once we do the final release for 2.3.0 |
2.3.0 is released now which has this fixed. Closing. Feel free to reopen if the issue still persists. |
Description
After maintenance operations on clusters (ex. moving nodes) or other communication interruptions, some clients will spam
OffsetForLeaderEpoch
andMetadata
calls until the process is restarted.This appears to be due to the below issue in
librdkafka
that is fixed but not yet released:confluentinc/librdkafka#4425
How to reproduce
OffsetForLeaderEpoch
andMetadata
thousands of times a secondThe text was updated successfully, but these errors were encountered: