Open
Description
openedon Dec 18, 2019
Currently dd-trace-go only supports tracing *sarama.Consumer
, but not *sarama.ConsumerGroup
.
https://godoc.org/gopkg.in/DataDog/dd-trace-go.v1/contrib/Shopify/sarama
https://godoc.org/github.com/Shopify/sarama#ConsumerGroup
We've manually implemented tracing for consumer groups in our application, but it'd be awesome if it was supported out of the box.
Thanks! 💖
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment