Skip to content

Instantly share code, notes, and snippets.

@geunho
Last active September 12, 2021 12:52
kafka consumer group offset rewind
./kafka-consumer-groups \
--bootstrap-server $BROKER_LIST \
--group $CONSUMER_GROUP \
--topic $TOPIC \
--reset-offsets \
--to-datetime 2021-04-20T15:00:00.000 \
--execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment