Zipkin 1.26
codefromthecrypt
released this
18 May 05:27
·
1822 commits
to master
since this release
Thanks to @dgrabows, Zipkin 1.26 now supports Kafka 0.10. Notably, this allows you to run without a ZooKeeper dependency. (Recent versions of Kafka no longer require consumers to connect to ZooKeeper)
Our docker image will automatically use this, if the variable KAFKA_BOOTSTRAP_SERVERS
is set instead of KAFKA_ZOOKEEPER
. An example docker setup is available here.
While you do not need to upgrade your instrumented apps, you can choose to opt-in by using libraries such as our kafka10 sender.
Thanks again for the comprehensive work by @dgrabows and review feedback by @StephenWithPH