Re: kafka.admin as separate module

2015-03-25 Thread Stevo Slavić
Ah, great, thanks for heads up Andrii! On Mar 25, 2015 5:39 PM, "Andrii Biletskyi" wrote: > Hi Stevo, > > JFYI: we are working now on new centralized API for Admin commands. > This will include: > - Public API to perform TopicCommands (Create/Alter/Delete/List/Describe) > - Out-of-box java client

Re: kafka.admin as separate module

2015-03-25 Thread Andrii Biletskyi
Hi Stevo, JFYI: we are working now on new centralized API for Admin commands. This will include: - Public API to perform TopicCommands (Create/Alter/Delete/List/Describe) - Out-of-box java client for Admin API: AdminClient - will be part of /clients - Interactive cli for admin commands The plan wa

Re: kafka.admin as separate module

2015-03-25 Thread Mayuresh Gharat
Yeah, that would be great having a separate admin package. +1. Thanks, Mayuresh On Wed, Mar 25, 2015 at 8:26 AM, Stevo Slavić wrote: > Hello Apache Kafka community, > > I like that kafka-clients is now separate module, and has no scala > dependency even. I'd like to propose that kafka.admin pa

kafka.admin as separate module

2015-03-25 Thread Stevo Slavić
Hello Apache Kafka community, I like that kafka-clients is now separate module, and has no scala dependency even. I'd like to propose that kafka.admin package gets published as separate module too. I'm writing some tests, and to be able to use kafka.admin tools/utils in them I have to bring in to