Skip to content

Instantly share code, notes, and snippets.

@visualskyrim
Created June 13, 2017 13:00
Show Gist options
  • Save visualskyrim/b1f603646360aac61938274d6203d1eb to your computer and use it in GitHub Desktop.
Save visualskyrim/b1f603646360aac61938274d6203d1eb to your computer and use it in GitHub Desktop.
Simple Kafka consumer
input {
kafka {
group_id => "flink-test"
topics => ["flink-test"]
bootstrap_servers => "localhost:9092"
}
}
output {
stdout {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment