RE: addition of a partition

2013-11-29 Thread Yu, Libo
@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

Re: addition of a partition

2013-11-28 Thread Jun Rao
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