confluentinc / confluent-kafka-dotnet

Confluent's Apache Kafka .NET client
https://github.com/confluentinc/confluent-kafka-dotnet/wiki
Apache License 2.0
2.78k stars 847 forks source link

Client does not re-establish connection to brokers #2215

Closed okomen-foreflight closed 1 month ago

okomen-foreflight commented 1 month ago

DELETED

okomen-foreflight commented 1 month ago

Turns out it was because of manually committing offsets which when the broker leading a partition went down in the middle of comitting manually, it threw a Kafka error which wasn't handled properly