Hi, One of our brokers went down and when it came back up the consumer of one topic couldn’t read using the original consumer group.
This doesn’t output anything: bin/kafka-console-consumer --bootstrap-server server --topic ASSETS --group group_name However, if I change the name of the group it does output data: bin/kafka-console-consumer --bootstrap-server server --topic ASSETS --group group_name_renamed Can someone help debug the issue? We are running Kafka 1.1.1 Thank you