- Ensure you have Java 8, Scala 2.11, SBT and the latest Confluent platform installed
- Start the Kafka cluster,
Zookeeper must be reachable at
localhost:2181
and Kafka broker atlocalhost:9092
- Run tests using
sbt clean test
TopicShifter
class, that spawns a Topology that create a new time-shifted topic from input one.TimeoutJoinTest
test cases, that shows how to emit an even when no-join occurred.