Slides: https://github.com/ThinkportRepo/kafka_zipkin_demo/blob/master/slides/KafkaMeetupApril2019.pdf
- jdk-11+
- docker tools (docker-engine, docker-compose)
this demo was developed with docker for windows client, therefore the docker-compose image path had to be adjusted. To run this on a unix based machine, just switch the image path to the relative path ./lib/kafka-interceptor-zipkin.jar
make
make start
- kafka
- kafka-connect
- control-center
- schema-registry
- zipkin
- ksql-server
- postgres
make create-topics
make input-output
make up-product
Open Zipkin: http://localhost:9411
Open Control-Center http://localhost:9021