Hi,
I have below questions.
1.) Is there any way by which we can get list of producers that are sending messages to topic? and to which topic?
Producer Name Topic Name
Producer 1 Topic 1
Producer 2 Topic 2
2) Any way to get list of consumers who have consumed from which topic? Example:
Consumer Name Topic Name
Consumer 1 Topic 1
Consumer 2 Topic 2
3) There is a concept of ACLs in kafka. Lets say we have admin in kafka. How would the admin know who is producer and who is consumer? Is there any way to get this detail?