openzipkin-attic / docker-zipkin

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

Upgrades Kafka to 2.0 and listens on localhost:19092 #187

Closed codefromthecrypt closed 6 years ago

codefromthecrypt commented 6 years ago

This follows advice from @jeqo and makes Kafka listen on another port for non-docker apps. For example, if running a demo not in docker, you can set its broker list to localhost:19092

Closes #186

codefromthecrypt commented 6 years ago

Thanks will adjust accordingly!

codefromthecrypt commented 6 years ago

re-pushing latest.. thanks!

codefromthecrypt commented 6 years ago

tested out fine using https://github.com/openzipkin/sleuth-webmvc-example/compare/add-kafka-tracing cc @marcingrzejszczak

codefromthecrypt commented 6 years ago

specifically via docker-compose -f docker-compose.yml -f docker-compose-kafka.yml -f docker-compose-elasticsearch.yml up after pull