Last active
September 12, 2021 12:52
kafka consumer group offset rewind
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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