Re: Topic Creation programatically

2017-05-03 Thread Colin McCabe
Hi Zishan, The best practice will depend on the situation. In most cases, creating the topic using the CLI creation command prior to running your code is easier than creating it programmatically. There will be a new AdminClient API for creating topics programmatically in the 0.11 release; prior

Topic Creation programatically

2017-04-11 Thread Zishan Ali Saiyed
Hi Team, I am using kafka integrated with java client. I have a question " What is the best practice to create topic using programmatically or using CLI topic creation command?" Thanks, Zishan Ali