openzipkin / zipkin-reporter-java

Shared library for reporting zipkin spans on transports such as http or kafka
Apache License 2.0
126 stars 69 forks source link

Stops publishing kafka08 sender #217

Closed codefromthecrypt closed 9 months ago

codefromthecrypt commented 9 months ago

This stops publishing the kafka08 sender, beginning at the next minor version, 2.17. This has been unsupported by Kafka since 2015 and corresponding configuration removed in Zipkin in mid 2019. Removing this removes tech debt around the similarly abandoned junit rule used to test it.

See https://github.com/openzipkin/zipkin/pull/2564

codefromthecrypt commented 9 months ago

depends on #216 which increments the minor version

codefromthecrypt commented 9 months ago

rebased.

p.s. In the miniscule chance this is still needed someone can raise an issue to restore it, though this never happened for zipkin's repo where it was removed.

codefromthecrypt commented 9 months ago

thanks for the looks @anuraaga!