Skip to content

Commit

Permalink
Stops publishing kafka08 sender (#217)
Browse files Browse the repository at this point in the history
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 openzipkin/zipkin#2564

Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt authored Dec 12, 2023
1 parent c4823c3 commit b796462
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 571 deletions.
5 changes: 0 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@
<artifactId>zipkin-sender-urlconnection</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>zipkin-sender-kafka08</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>zipkin-sender-kafka</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions kafka08/bnd.bnd

This file was deleted.

118 changes: 0 additions & 118 deletions kafka08/pom.xml

This file was deleted.

Loading

0 comments on commit b796462

Please sign in to comment.