openzipkin / openzipkin.github.io

content for https://zipkin.io
https://zipkin.io
Apache License 2.0
39 stars 61 forks source link

quickstart.sh: coerce io.zipkin.java -> io.zipkin #139

Closed abesto closed 4 years ago

abesto commented 4 years ago

Some consumers of Zipkin didn't follow the change from io.zipkin.java to io.zipkin, leading to them using old versions of the Zipkin server. Introducing this translation (along with some log message) into quickstart.sh would transparently help at least those consumers that use quickstart.sh, passing in io.zipkin.java explicitly.