ex started it via docker run -e KAFKA_ADVERTISED_HOST_NAME=192.168.99.100 -p 9092:9092 the_image_tag
then in one window, I started a consumer kafka-console-consumer --bootstrap-server 192.168.99.100:9092 --topic zipkin
then in another, I started a producer kafka-console-producer --broker-list 192.168.99.100:9092 --topic zipkin
then in the producer window, I pasted a trace
Tested manually
ex started it via
docker run -e KAFKA_ADVERTISED_HOST_NAME=192.168.99.100 -p 9092:9092 the_image_tag
then in one window, I started a consumer
kafka-console-consumer --bootstrap-server 192.168.99.100:9092 --topic zipkin
then in another, I started a producerkafka-console-producer --broker-list 192.168.99.100:9092 --topic zipkin
then in the producer window, I pasted a trace