Re: Java APIs for ZooKeeper related operations

2017-05-30 Thread Hans Jespersen
Target is sometime in June. Apache Kafka releases are every 4 months so February, June, and October of each year -hans > On May 30, 2017, at 3:58 PM, Raghav wrote: > > Hans > > When will this version (0.11) be available ? > > On Tue, May 30, 2017 at 3:54 PM, Hans

Re: Java APIs for ZooKeeper related operations

2017-05-30 Thread Raghav
Hans When will this version (0.11) be available ? On Tue, May 30, 2017 at 3:54 PM, Hans Jespersen wrote: > Probably important to read and understand these enhancements coming in 0.11 > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-117%3A+Add+a+public+ >

Re: Java APIs for ZooKeeper related operations

2017-05-30 Thread Hans Jespersen
Probably important to read and understand these enhancements coming in 0.11 https://cwiki.apache.org/confluence/display/KAFKA/KIP-117%3A+Add+a+public+AdminClient+API+for+Kafka+admin+operations -hans /** * Hans Jespersen, Principal Systems Engineer, Confluent Inc. * h...@confluent.io

Re: Java APIs for ZooKeeper related operations

2017-05-30 Thread Mohammed Manna
1) For issue no. 1 I think you might find the AdminUtils useful This link should help you understand. I haven't got around using ACL for Kafka yet (as I am still doing PoC myself) - so

Java APIs for ZooKeeper related operations

2017-05-30 Thread Raghav
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