Hello,
I was reading documentation about Zipkin and although I have an "light" idea how it works, I have a some doubts.
I have been taking a look to Brave and Finagle, they have Instrumentations to MySQL, JAX, HTTP and so on. if I undertood well, you have to change your code and introduce some code to use HttpFilters or similar, so it's not possible to make it really without code?
If I was right, how could I trace messages from Kafka for example? Are there any instrument built to do it?
I'm not sure how I could trace those messages.
Should I modified the code in the kafkaClient? how about the Kafka side?
I'm talking about Kafka, but I have the same doubts for example with a Queue, Flume or messages that go inside HBase and so on.