On Wed, Jun 22, 2016 at 12:32 AM, Chris Barlock <barl...@us.ibm.com> wrote: > > What is KIP-4?
https://cwiki.apache.org/confluence/display/KAFKA/KIP-4+-+Command+line+and+centralized+administrative+operations > Until this is available, I think I'm stuck with > AdminUtils. Is there any (java)doc available for it, or am I going to > have to dig through the scala files and figure out what has changed? You can generate the scaladoc yourself, but it's probably less work to just look at the file: https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/admin/AdminUtils.scala Ismael