Re: Best way to manage topics using Java API

2018-09-06 Thread Robin Perice
Hi, Yes this help a lot ! Thanks ! Robin Le 05/09/2018 à 22:29, John Roesler a écrit : Hi Robin, The AdminClient is what you want. "Evolving" is just a heads-up that the API is relatively new and hasn't stood the test of time, so you shouldn't be *too* surprised to see it change in the fu

Re: Best way to manage topics using Java API

2018-09-05 Thread John Roesler
Hi Robin, The AdminClient is what you want. "Evolving" is just a heads-up that the API is relatively new and hasn't stood the test of time, so you shouldn't be *too* surprised to see it change in the future. That said, even APIs marked "Evolving" need to go through the KIP process to be changed,

Best way to manage topics using Java API

2018-09-03 Thread Robin Perice
Hi, I'm currently using *kafka_2.11* *1.0.0***and I want to list, create, delete topics directly in from my Java code. When searching on stackoverflow, all examples are using *AdminUtils *(kafka.admin.AdminUtils) which is not really documented. I found in the documentation that I should use