Skip to content

Instantly share code, notes, and snippets.

@Nick011
Created June 9, 2020 19:18
Show Gist options
  • Save Nick011/3055316b65a83ff2883942614f0ea10c to your computer and use it in GitHub Desktop.
Save Nick011/3055316b65a83ff2883942614f0ea10c to your computer and use it in GitHub Desktop.
Consume directly from kafka
kaf consume inbound_persist_topic --raw | grep "Something" | grep "event_type: log" | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment