Re: (info)how kafka delete the specific topic data

2014-09-14 Thread Jun Rao
We are working on an admin tool to delete an existing topic in trunk. Thanks, Jun On Sat, Sep 13, 2014 at 1:22 AM, Jacky.J.Wang (mis.cnxa01.Newegg) 43048 < jacky.j.w...@newegg.com.invalid> wrote: > Hello kafka > > I truncate data of kafka as follow > > 1:stop kafka service > 2:delete zookeeper

(info)how kafka delete the specific topic data

2014-09-13 Thread Jacky.J.Wang (mis.cnxa01.Newegg) 43048
Hello kafka I truncate data of kafka as follow 1:stop kafka service 2:delete zookeeper /broker/topics/topic and /consumers/group 3:delete kafka log dir 4:restart kafka service 5:recreate topic info but this way need to stop the service,so how truncate kafka topic data with no stopping kafka serv