Skip to content

Instantly share code, notes, and snippets.

@manjuapu
Created October 6, 2017 02:28
Show Gist options
  • Save manjuapu/984771312e2bbba1bfceeabc070949aa to your computer and use it in GitHub Desktop.
Save manjuapu/984771312e2bbba1bfceeabc070949aa to your computer and use it in GitHub Desktop.
$ kafka-console-consumer --bootstrap-server localhost:9092 --from-beginning --topic twitter_json_01|jq '.Text'
{
"string": "RT @rickastley: 30 years ago today I said I was Never Gonna Give You Up. I am a man of my word - Rick x https://t.co/VmbMQA6tQB"
}
{
"string": "RT @mariteg10: @rickastley @Carfestevent Wonderful Rick!!\nDo not forget Chile!!\nWe hope you get back someday!!\nHappy weekend for you!!\n❤…"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment