Re: Where kafka stores consumer offsets in version 0.9.0.0?
consumer group. > > You can find out more about the new consumer here: > http://www.confluent.io/blog/tutorial-getting-started-with- > the-new-apache-kafka-0.9-consumer-client/ > > Hope this helps. > > On Sun, Sep 25, 2016 at 10:31 PM, Zhuo Chen wrote: > > > hi,
Where kafka stores consumer offsets in version 0.9.0.0?
hi, I use kafka 0.9.0.0 in CDH 5.6, and my application consume kafka message by following code. - String topicName = "tpCz01"; Properties props = new Properties();