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 <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 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 <wangg...@gmail.com> 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, hsy...@gmail.com <hsy...@gmail.com> >> 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 >> > >