Clojure + Apache Kafka sample playground.
- Install docker-compose (>= 1.6.0 ???).
cd app-root-path
docker-compose up
- write consumers
- check other kafka clients
- explore different Kafka features & scenarios: one producer - many consumers; many topics; partitions etc.