I am trying to set up acl on Apache Kafka topics through Java. I came across the setAcl()
method present in Kafka admin client. But not sure how to use it. I have a Kafka cluster set up with 3 brokers and acl is applied on it ( server side ).
I need to implement it in java on client side ( I have the required client certificates ). Please Note that I need help with the java code ( not by using shell script)