How do you reset a consumer group's offsets to the earliest available message using the CLI?
-
A
kafka-consumer-groups.sh --reset-offsets --to-earliest --execute
-
B
kafka-console-consumer.sh --from-beginning --reset
-
C
kafka-offsets.sh --reset --start-earliest
-
D
kafka-topics.sh --reset-offsets --to-earliest