I need to implement Zipkin tracing in one java-based service which is using Project Reactor Kafka for reactive streams and non-blocking IO operations. I could not find any brave instrumentation library which supports reactive-Kafka.
The standard Kafka-client brave instrumentation:
https://github.com/openzipkin/brave/tree/master/instrumentation/kafka-clients
has no support for Reactive-Kafka.
Is there a library or repo which can help me with Zipkin tracing for reactive-Kafka in java?