Re: Kafka compacted topic question.

2018-01-20 Thread naresh Goud
Hi Rahul, If I understand your question correctly, you are intrested only in latest values for keys and don't want to maintain any older values immediately after update happened in a value for given key If you wanted all of segments to include in compaction consider this property value how much i

Re: about consumer offset lost

2018-02-26 Thread naresh Goud
Does your offset commitOffseSynz() get succeeded? if your controlling offset commit, i believe you shouldn;t require auto.offset.reset=earliest. Thank you, Naresh On Mon, Feb 26, 2018 at 10:26 AM, zho...@cnsuning.com wrote: > hi,i am a kafka User,i meet a question: > Qustion desc: >