KafkaConsumer & Zookeeper offsets

2016-01-26 Thread marko
Does the new KafkaConsumer support storing offsets in Zookeeper or only in Kafka? By looking at the source code I could not find any support for Zookeeper, but wanted to confirm this. -- Best regards, Marko www.kafkatool.com

Re: KafkaConsumer & Zookeeper offsets

2016-01-26 Thread tao xiao
The new consumer only supports offset stores in Kafka On Wed, 27 Jan 2016 at 05:26 wrote: > Does the new KafkaConsumer support storing offsets in Zookeeper or only in > Kafka? By looking at the source code I could not find any support for > Zookeeper, but wanted to confirm