michelin/ns4kafka

Missing option to reset consumer group to a specific offset

clvacher opened this issue · 1 comments

From kafka-consumer-groups documentation:

--to-offset <Long: offset> Reset offsets to a specific offset.

Currently Kafkactl does not offer that option, which is essential in case we want to reset to a specific record instead of just roughly guessing with the --to-datetime.

Duplicate from #172