opentracing / opentracing-java

OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.68k stars 344 forks source link

TracingKafkaConsumer incompatible with Kafka >= 2.4.0 #378

Closed dennis-wei closed 3 years ago

dennis-wei commented 3 years ago

When running with Kafka >=2.4.0, the following error occurs

java.lang.AbstractMethodError: Receiver class io.opentracing.contrib.kafka.TracingKafkaConsumer does not define or inherit an implementation of the resolved method 'abstract java.util.Map committed(java.util.Set)' of interface org.apache.kafka.clients.consumer.Consumer.

The ticket adding the new method is: https://issues.apache.org/jira/browse/KAFKA-8880 The corresponding release notes are here: https://downloads.apache.org/kafka/2.4.0/RELEASE_NOTES.html

dennis-wei commented 3 years ago

Apologies, wrong repo