Skip to content

Instantly share code, notes, and snippets.

@ignacy
Created June 23, 2022 11:51
Show Gist options
  • Save ignacy/46e812e45a94f314af2835f1af69b69d to your computer and use it in GitHub Desktop.
Save ignacy/46e812e45a94f314af2835f1af69b69d to your computer and use it in GitHub Desktop.
Kafka Consumer Group Seek to a timestamp
kafka-consumer-groups \
--bootstrap-server localhost:9092 \
--topic getting-started:2 --group vcs-1 \
--reset-offsets --to-datetime 2022-01-27T14:35:54.528+11:00 \
--execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment