kczulko / kafka-intc-feeds

Kafka playgroud with a little demo app howto use reactive-kafka (https://github.com/akka/reactive-kafka)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kafka-intc-feeds

Kafka playgroud with a little demo app playing around reactive-kafka (https://github.com/akka/reactive-kafka)

Building

From project root directory:

sbt assembly

Launching producer

e.g.

./publisher-start.sh -DcompanyId=INTC -Dbrokers="localhost:9092,localhost:9093" -DinitialValue=30

Launching consumer

e.g.

./subscriber-start.sh -DcompanyId=INTC -Dbrokers="localhost:9092,localhost:9093" -DstockTreshold=30.5

About

Kafka playgroud with a little demo app howto use reactive-kafka (https://github.com/akka/reactive-kafka)


Languages

Language:Scala 92.8%Language:Shell 7.2%