openzipkin-attic / docker-zipkin

Docker images for OpenZipkin
Apache License 2.0
688 stars 329 forks source link

Updates to Kafka 0.11.0 #152

Closed codefromthecrypt closed 7 years ago

codefromthecrypt commented 7 years ago

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 producer kafka-console-producer --broker-list 192.168.99.100:9092 --topic zipkin then in the producer window, I pasted a trace