Pakkiyarasu P created KAFKA-13344: ------------------------------------- Summary: In a Kafka Cluster (3 brokers), I am trying to consume message from single broker. When the broker is down, I am continuing to traffic messages from consumer because other 2 brokers are running. Key: KAFKA-13344 URL: https://issues.apache.org/jira/browse/KAFKA-13344 Project: Kafka Issue Type: Bug Components: consumer Affects Versions: 2.8.1 Reporter: Pakkiyarasu P
In a Kafka Cluster (3 brokers), I am trying to consume message from single broker. When the broker is down, I am still able to see traffic from consumer because other 2 brokers are running even though I try to consumer from only one broker. But after restarting the consumer, consumer is trying consume from the one broker mentioned in the consumer command, it shows BROKER_NOT_AVAILABLE message. Is this expected behavior? If so, can you please elaborate. -- This message was sent by Atlassian Jira (v8.3.4#803005)