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
- Host: GitHub
- URL: https://github.com/topfreegames/go-extensions-kafka
- Owner: topfreegames
- Created: 2019-06-03T17:57:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T14:43:26.000Z (over 6 years ago)
- Last Synced: 2024-06-20T17:48:02.070Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.