@kafka.apache.org
Subject: Re: addition of a partition
The consumer should be able to pick up the new partitions automatically. If is
set to the largest, the consumer may miss some data in the new partitions. To
avoid data loss, you have to set auto.offset.reset to smallest.
Thanks,
Jun
On Thu, Nov 28
The consumer should be able to pick up the new partitions automatically. If
auto.offset.reset is set to the largest, the consumer may miss some data in
the new partitions. To avoid data loss, you have to set auto.offset.reset
to smallest.
Thanks,
Jun
On Thu, Nov 28, 2013 at 12:28 PM, Yu, Libo