Use Confluent Kafka .NET AdminClient to Retrieve Topic Read / Write Permissions
I need to implement a programmatic check to view read / write permissions to a Kafka topic.
I’m attempting to use the AdminClient, but I’m getting back 0 ACLs.
I need to implement a programmatic check to view read / write permissions to a Kafka topic.
I’m attempting to use the AdminClient, but I’m getting back 0 ACLs.