Browse Source
Explicitly seek KafkaBasedLog’s consumer to the beginning of the topic partitions, rather than potentially use committed offsets (which would be unexpected) if group.id is set or rely upon `auto.offset.reset=earliest` if the group.id is null. This should not change existing behavior but should remove some potential issues introduced with KIP-287 if `group.id` is not set in the consumer configurations. Note that even if `group.id` is set, we still always want to consume from the beginning. Reviewers: Jason Gustafson <jason@confluent.io>pull/6225/head
Randall Hauch
6 years ago
committed by
Jason Gustafson
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue