I have a test Kafka Cluster in AWS MSK with three brokers. I'd like to know how to get information about who is connecting to the cluster either to produce or consume messages.
For instance, MSSQL Server logs successful connections:
Login succeeded for user 'sa'. Connection made using SQL Server authentication. [CLIENT: 192.XX.X.XX]
Is there a way in Kafka to know who is connecting and from where?
Thanks in advance.