ExpediaGroup/pitchfork

[Feature request] Kafka to Kafka

worldtiki opened this issue · 4 comments

The current implementation only supports tracing data from an http input.
Adding the ability to read data from Kafka would cover more market space.

The current implementation only supports tracing data from an http input.
Adding the ability to read data from Kafka would cover more market space.

What do you mean by reading from Kafka ? Do we want to report kafka client metrics?

Hi @azhmaylik.
Zipkin can use Kafka as a message bus. Currently Pitchfork only accepts spans if they are sent via http. This feature is to read messages from a topic in zipkin format and pushing them to the haystack topic.

I have some of this code in the context of haystack. It does zipkin v1 to haystack protobuf. I'll add a PR for this feature and have some of you folks review.