You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ee79107 : Reverts Kafka client to 0.8.x so it can work with 0.8 and 0.9 brokers. Previously the Kafka integration only worked with Kafka 0.9 brokers. This was not the intention.
#139 : JAXRS-2 bugfix: Ensure the container request is executed first and the container response is executed last.
#131 : brave-core source and target compile settings = 1.6.
#137 : Remove thrift dependency from brave-core and cleans model objects.
#142 : HttpSpanCollector supports gzipping spans before sending. Configurable but disabled by default as it requires zipkin-scala 1.34+ or zipkin-java 0.6+ at server side.
#146 : KafkaSpanCollector bundles multiple spans into the same Kafka message. This change resulted in several times higher throughput. As a result of this change you should update to zipkin collector backend 1.35+ if you use Kafka to transport spans. Older versions are not compatible with this change