Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gmyrianthous/89649a2d9108c835a872117dff1843f3 to your computer and use it in GitHub Desktop.
Save gmyrianthous/89649a2d9108c835a872117dff1843f3 to your computer and use it in GitHub Desktop.
kafkacat-consume-between-timestamps
kafkacat \
-b localhost:9092 \
-C \
-t mytopic \
-o s@1568276612443 \
-o e@1568276617901
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment