after kafka restart.
> On Fri, Apr 17, 2015 at 2:50 AM, Alexander Mudryk
> wrote:
>
> > Hello!
> >
> > "Offsetvalue :1065377" likely is coming from Zookeeper.
> > Do you use it?
> > If so, when you delete/re-create topics you should clean data in
&
Hello!
"Offsetvalue :1065377" likely is coming from Zookeeper.
Do you use it?
If so, when you delete/re-create topics you should clean data in Zookeeper
too. For example:
run
user@host:~$ KAFKA_PATH/bin/zookeeper-shell.sh 127.0.0.1:2181
and type theese commands:
rmr /kafka
create /kafka ''