Is there a pre defined function in rdkafka where I can get the details of all the consumers consuming the particular topic.
I have only topic with me. So is there a way to list all the consumers of that topic.
Thankyou in advance for the help.
I tried using the listGroup() of kafka-admin but it don't seem to work at all.