Sagar Rao created KAFKA-14461:
-
Summary:
StoreQueryIntegrationTest#shouldQuerySpecificActivePartitionStores logic to
check for active partitions seems brittle.
Key: KAFKA-14461
URL: https://issues.apache.org/jira/bro
Hi,
In my java application for kafkaProducer i created Admin and used this to list
topics.
Admin admin1 = Admin.create(properties).
ListTopicsResult listTopicResult = admin1.listTopics();
When producer was not able to connect to broker, thread get stucks at listTopic
step.
To avoid this i ha