Created
June 13, 2017 13:00
-
-
Save visualskyrim/b1f603646360aac61938274d6203d1eb to your computer and use it in GitHub Desktop.
Simple Kafka consumer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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