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
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
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
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