Hi, How can we identify if a set of brokers (nodes) belong to same cluster? I understand we can use the zookeeper where all the brokers pointing to same zookeeper URL's belong to same cluster. But is there a common identity between brokers which can help identify if brokers belong to same cluster?
I have seen in recent Kafka release there is concept of clusterId but that is available from 0.10.1.0. I am using little older version of Kafka. Thanks, Sumit