Skip to content

brave v3.5.0

Compare
Choose a tag to compare
@kristofa kristofa released this 06 Mar 08:28
· 1380 commits to master since this release

Bugfixes

  • 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.

Improvements

  • #124 : Move HttpSpanCollector to its own module.
  • #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