Trendyol / kafka-konsumer

Easy implementation of kafka consumer with built-in exception manager (kafka-cronsumer)
https://medium.com/trendyol-tech/kafka-konsumer-two-years-journey-3e00b46c9ea3
MIT License
156 stars 13 forks source link

bug: Doesn't try to connect with the next broker #135

Open osemrt opened 3 months ago

osemrt commented 3 months ago

Hi, I noticed an issue with brokers.

A set of the Kafka broker list in the application configs is given to increase the availability.

if the broker list contains invalid brokers, and the app first uses one of those invalid brokers to connect the Kafka, then it halts and doesn't report or print any log about the problem.

It is expected to reconnect Kafka with the next brokers, but it doesn't.

Abdulsametileri commented 3 months ago

We can move this issue to the segmentio/kafka-go