Skip to content

Instantly share code, notes, and snippets.

@gmyrianthous
Created March 6, 2021 17:31
Show Gist options
  • Select an option

  • Save gmyrianthous/cfeb41a6517287d60046c4d6eaf63a82 to your computer and use it in GitHub Desktop.

Select an option

Save gmyrianthous/cfeb41a6517287d60046c4d6eaf63a82 to your computer and use it in GitHub Desktop.
kafkacat-consume-between-offsets
kafkacat \
-C \
-b localhost:9092 \
-t testTopic \
-o 11 \
-c 10 \
-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment