Re: Is there a way to add partition to a particular topic

2013-11-08 Thread Jun Rao
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

Re: Is there a way to add partition to a particular topic

2013-11-08 Thread hsy...@gmail.com
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

Re: Is there a way to add partition to a particular topic

2013-11-08 Thread hsy...@gmail.com
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

Re: Is there a way to add partition to a particular topic

2013-11-08 Thread Guozhang Wang
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, >