Re: [!!Mass Mail]Re: Dual commit with zookeeper and kafka

2015-10-10 Thread Ben Stopford
zookeeper when started? > > Thanks in advance, Aleksey > > -Original Message- > From: Ben Stopford [mailto:b...@confluent.io] > Sent: Friday, October 9, 2015 5:54 PM > To: users@kafka.apache.org > Subject: [!!Mass Mail]Re: Dual commit with zookeeper and kafka >

RE: [!!Mass Mail]Re: Dual commit with zookeeper and kafka

2015-10-10 Thread Рябков Алексей Николаевич
broker explicitly sync kafka commit with zookeeper when started? Thanks in advance, Aleksey -Original Message- From: Ben Stopford [mailto:b...@confluent.io] Sent: Friday, October 9, 2015 5:54 PM To: users@kafka.apache.org Subject: [!!Mass Mail]Re: Dual commit with zookeeper and kafka

Re: Dual commit with zookeeper and kafka

2015-10-09 Thread Ben Stopford
Hi Alexey Whether you commit offsets to Kafka itself (stored in offsets topic) or ZK or both depends on the settings in two properties: offset.storage and dual.commit.enabled (here ). Currently ZK is the default. Commits happen eith

Dual commit with zookeeper and kafka

2015-10-06 Thread Рябков Алексей Николаевич
Hello! Can somebody explain me how to use multiple consumers with different commit storage... For example, java-based consumers use kafka commit storage... python-based consumers use zookeeper commit storage My question is: Is it true that when one consumer commit to kafka, server also commit