Skip to content

Releases: openzipkin-contrib/zipkin-storage-kafka

v0.8.0

31 Oct 20:55
Compare
Choose a tag to compare

Improvements:

  • Upgrade to Zipkin 2.19 #63
  • Component-based properties #60
  • Reuse Zipkin Server to mount Storage HTTP endpoint #58

Bug fixes:

  • Fix memory leak on Dependency storage #62

Zipkin Storage: Kafka v0.6.1

14 Oct 13:54
Compare
Choose a tag to compare

Improvements:

  • Pass hostname variable to storage #49

Bug fixes:

  • Fix: wrong number of results when scaling storage #50

Zipkin Storage: Kafka v0.6.0

14 Oct 13:28
Compare
Choose a tag to compare

First release under openzipkin-contrib organization.

Most important feature is "Scatter-Gather Query API" #36 which enable storage to be partitioned and scaled out. To support this a new HTTP endpoint has been added. Check #38 for more details.

v0.5.4

03 Sep 16:47
2201013
Compare
Choose a tag to compare

Fixes:

  • Disable changelog on Kafka Streams stores to reduce load on Kafka by creating internal topics and slowing down starting time.

v0.5.3

27 Aug 23:19
8871d54
Compare
Choose a tag to compare

Fixes:

  • Bucket-based search will be used once we have a certain amount traces stored (default > 10,000) allowing demo and simple scenarios to run by default.

v0.5.2

27 Aug 13:59
bb457dd
Compare
Choose a tag to compare

Fixes:

  • Get traces query was returning oldest values between a range #33, fixed by #34

v0.5.1

27 Aug 06:38
6a094af
Compare
Choose a tag to compare

Changes:

  • Compression type is none by default #32
  • Docker image building fix and sourced from Jitpack
  • Updates to Xipkin 2.16.2

v0.5.0

23 Aug 10:52
c84373f
Compare
Choose a tag to compare

Major redesign, including changes discussing in #25

v0.3.1

17 Mar 19:52
Compare
Choose a tag to compare

Changes:

  • Kafka bootstrap servers and compression type env. variables are renamed to avoid collision with Kafka Collector.

v0.3.0

14 Mar 22:43
Compare
Choose a tag to compare

Major features:

  • Storage modes: span-consumer-enabled and span-store-enabled have been added to decouple and scale independently span processing and aggregation/storage. This creates a space between ingestion and storage that could be used to enrich spans or sample traces as well by plugging in stream-processors.