Delete topic doesn't work yet. We plan to fix it in trunk.
Thanks,
Jun
On Fri, Nov 8, 2013 at 6:30 PM, hsy...@gmail.com wrote:
> It's in the branch, cool, I'll wait for it's release. actually I find I can
> use ./kafka-delete-topic.sh and ./kafk-create-topic.sh with same topic name
> and keep
I mean I assume the messages not yet consumed before delete-topic will be
delivered before you create same topic, correct?
On Fri, Nov 8, 2013 at 6:30 PM, hsy...@gmail.com wrote:
> It's in the branch, cool, I'll wait for it's release. actually I find I
> can use ./kafka-delete-topic.sh and ./ka
It's in the branch, cool, I'll wait for it's release. actually I find I can
use ./kafka-delete-topic.sh and ./kafk-create-topic.sh with same topic name
and keep the broker running. It's interesting that delete topic doesn't
actually remove the data from the brokers. So what I understand is as long
Hello,
Please check the add-partition tool:
https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-5.AddPartitionTool
Guozhang
On Fri, Nov 8, 2013 at 5:32 PM, hsy...@gmail.com wrote:
> Hi guys, since kafka is able to add new broker into the cluster at runtime,
>