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.
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.