I want to implement distributed tracing across our systems, for some communication we are using message queue - kafka. What options do I have?
Should I chose jaeger over zipkin? What library is really good for the beginning - at least for the sending trace ids into messages (kafka messages and rest api calls)? I am looking into
jukylin/jaeger-php - but I don't see any examples for kafka, however in opentracing library there is binary FORMAT so I assume its there because of kafka... Can someone help me with that?