Re: How can I delete a topic programatically?

2016-10-14 Thread Kaufman Ng
The "chroot" is in ZK path is really a placeholder. It's not a real path in ZK. Try the default ZK path: zookeeper.xx.com:2181/ On Thu, Oct 13, 2016 at 9:06 PM, Ratha v wrote: > Hi Jianbin; > I tried like this; Where I provided my zookeeper host. But it says[1] . I >

Re: How can I delete a topic programatically?

2016-10-13 Thread Ratha v
Hi Jianbin; I tried like this; Where I provided my zookeeper host. But it says[1] . I use kafka 0.10. And I see my topic available using KafkaManagementTool. How can I overcome this issue? [1]Error while executing topic command : Topic targettopic does not exist on ZK path

Re: How can I delete a topic programatically?

2016-10-12 Thread Ratha v
Thank you.. On 12 October 2016 at 16:30, Jianbin Wei wrote: > You can check this > > http://kafka.apache.org/documentation.html#basic_ops_add_topic > > But from our experience it is best to delete topics one by one, i.e., make > sure Kafka is in good shape before and

Re: How can I delete a topic programatically?

2016-10-11 Thread Jianbin Wei
You can check this http://kafka.apache.org/documentation.html#basic_ops_add_topic But from our experience it is best to delete topics one by one, i.e., make sure Kafka is in good shape before and after deleting a topic before working on next one. Regards, -- Jianbin > On Oct 11, 2016, at

Re: How can I delete a topic programatically?

2016-10-11 Thread Ratha v
Thanks..Which bash script I need to run? On 12 October 2016 at 15:20, Ali Akhtar wrote: > The last time I tried, I couldn't find a way to do it, other than to > trigger the bash script for topic deletion programatically. > > On Wed, Oct 12, 2016 at 9:18 AM, Ratha v

Re: How can I delete a topic programatically?

2016-10-11 Thread Ali Akhtar
The last time I tried, I couldn't find a way to do it, other than to trigger the bash script for topic deletion programatically. On Wed, Oct 12, 2016 at 9:18 AM, Ratha v wrote: > Hi all; > > I have two topics(source and target). I do some processing on the message >