Kartik created KAFKA-15171: ------------------------------ Summary: Kafka client poll never notifies when broker is down. Key: KAFKA-15171 URL: https://issues.apache.org/jira/browse/KAFKA-15171 Project: Kafka Issue Type: Bug Components: clients Affects Versions: 3.2.0 Reporter: Kartik Fix For: 3.2.1
Hi All, We are using apache camel to connect to the Kafka endpoint which internally uses Kafka-client to connect to the Kafka broker. When the broker is down, the client keeps logging warn messages _*"node -1 disconnected, Broker may not be available"*_ and never gives up and throws an exception, because of this application never stops polling. Is there any config parameter in the client that allows the poll function to throw RuntimeException or this is a bug? -- This message was sent by Atlassian Jira (v8.20.10#820010)