Support setting the offset reset policy when a new consumer group is added
jorgebay opened this issue · 0 comments
jorgebay commented
Similar to Kafka’s auto.offset.reset
, we should support setting the strategy when there’s no offset for a given consumer group.
We could expose the following setting:
“On new consumer group: <start from earliest | start from latest>“