Re: Three consumers on a single partition

2016-06-14 Thread thinking
hi, 1. you should check, if your topic partition really have one. 2. does your consumer get same message or different message. e.x all message is 1,2,3,4,5,6,7. consumer1 get 1,3,7 consumer2 get 2,6, consumer3 get 4,5? -- Original -- From: "Al-Isawi

where does kafka store consumer offset

2016-06-14 Thread thinking
Hello everyone, I have use kafka_2.11-0.10.0.0, I write a simple consumer code. But I can't find consumer offset in zookeeper(I have check /consumers??/config/clients??/config/topics/__consumer_offsets). I want to know where does kafka store consumer? here is my consumer code: package com.nf