You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Sergei Malafeev <se...@gmail.com> on 2017/03/31 07:23:02 UTC

Tracing instrumentation for Kafka Java client

Hi,

I'm trying to implement Tracing (http://opentracing.io/) for Kafka java
client.
For that I need to send some metadata from producer to consumer.
I use for that Key (my implementation:
https://github.com/malafeev/opentracing-java-kafka).
My Custom partitioner skips metadata when it calculates partition.

Is that right way?
Do you have any solution for sending/receiving metadata?


--
Sergei