Hi I want to know if there are Java APIs for the following. I want to be able to do these things programmatically in our Kafka cluster. Using command line tools seems a bit hacky. Please advise the right way to do, and any pointers to Library in Java, Python or Go.
1. Creating topic with a given replication and partition. 2. Push ACLs into Kafka Cluster 3. Get existing ACL info from Kafka Cluster Thanks. Raghav