An open API service indexing awesome lists of open source software.

https://github.com/topfreegames/go-extensions-kafka

Wrapper over sarama.SyncProducer with OpenTracing support
https://github.com/topfreegames/go-extensions-kafka

Last synced: 7 months ago
JSON representation

Wrapper over sarama.SyncProducer with OpenTracing support

Awesome Lists containing this project

README

          

# go-extensions-kafka

This go library is a wrapper over [github.com/Shopify/sarama](https://github.com/Shopify/sarama) that adds OpenTracing support through a new method WithContext.

All the other methods are proxies to the wrapped instance.