Releases: openzipkin-contrib/zipkin-storage-kafka
Releases · openzipkin-contrib/zipkin-storage-kafka
v0.8.0
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
Improvements:
- Pass
hostname
variable to storage #49
Bug fixes:
- Fix: wrong number of results when scaling storage #50
Zipkin Storage: Kafka v0.6.0
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
Fixes:
- Disable changelog on Kafka Streams stores to reduce load on Kafka by creating internal topics and slowing down starting time.
v0.5.3
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
Fixes:
- Get traces query was returning oldest values between a range #33, fixed by #34
v0.5.1
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
Major redesign, including changes discussing in #25
v0.3.1
Changes:
- Kafka bootstrap servers and compression type env. variables are renamed to avoid collision with Kafka Collector.
v0.3.0
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.