I overcame the issue.
Issue was I had "/chroot" at the end.That is how mentioned in the
documentationkafka.apache.org/documentation.html#basic_ops_modify_topic.
Thank you.
On 14 October 2016 at 12:25, Ratha v wrote:
> HI all;
>
> I try to delete a existing topic (I checked using kafka manageme
HI all;
I try to delete a existing topic (I checked using kafka management console)
using following command;
#./kafka-topics.sh --zookeeper zookeeper.xx.com:2181/chroot --delete
--topic testTopic
But it says topic not available in zookeeper.[1]
I create those topics at runtime . (I think it is c