- 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:2181and Kafka broker atlocalhost:9092 - Run tests using
sbt clean test
TopicShifterclass, that spawns a Topology that create a new time-shifted topic from input one.TimeoutJoinTesttest cases, that shows how to emit an even when no-join occurred.