Closed RuslanHryn closed 3 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
opentracing-kafka-spring/src/main/java/io/opentracing/contrib/kafka/spring/TracingProducerFactory.java | 0 | 10 | 0.0% | ||
<!-- | Total: | 0 | 10 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 257: | -1.4% |
Covered Lines: | 309 |
Relevant Lines: | 468 |
Hey @RuslanHryn and @malafeev, thx for fixing this! It's exactly the issue we currently run into when updating the tracing dependencies. When can we expect to get a new tag? :slightly_smiling_face:
Any updates for a new release? We definitly need this! @RuslanHryn @malafeev
hi, I have a similar issue. was this fix released? if so what is the version? thx
Still no release with this fix available in https://mvnrepository.com/artifact/io.opentracing.contrib/opentracing-kafka-spring
Currently, TracingProducerFactory is not implementing all methods from ProducerFactory. Therefore, if use an unimplemented method then you may get UnsupportedOperationException I've implemented all method to fix this issue