GitHub user adriancole opened a pull request:
https://github.com/apache/camel/pull/2373
Updates to latest zipkin, eliminating SpanCollector dependency
This reduces the effort of renovating the zipkin component by reducing
the apis used to send data to Zipkin.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adriancole/camel zipkin-latest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2373.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2373
----
commit 1960b97429f2794bf8f46de4620383f2bf7c8b77
Author: Adrian Cole <acole@...>
Date: 2018-06-13T08:27:54Z
Updates to latest zipkin, eliminating SpanCollector dependency
This reduces the effort of renovating the zipkin component by reducing
the apis used to send data to Zipkin.
----
---