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 as I deal with the error caught on the producer and consumer site, I can use this method instead of that add-topic script, am i correct? Do you have any concern I add topic in this way?
On Fri, Nov 8, 2013 at 6:00 PM, Guozhang Wang <[email protected]> wrote: > 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, [email protected] <[email protected]> wrote: > > > Hi guys, since kafka is able to add new broker into the cluster at > runtime, > > I'm wondering is there a way to add new partition for a specific topic at > > run time? If not what will you do if you want to add more partition to a > > topic? Thanks! > > > > > > -- > -- Guozhang >
