cyberforge12 / kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Producer and Consumer apps utilizing Kafka

Producer generates a stream of events (random UUIDs once per second) to a Kafka topic "myTopic"

Consumer reads a stream of events from "myTopic" and outputs them to STDOUT and to myTopicOut

About


Languages

Language:Scala 100.0%