https://github.com/fluuxio/kafka
Kafka tools and examples
https://github.com/fluuxio/kafka
go golang kafka realtime
Last synced: about 1 year ago
JSON representation
Kafka tools and examples
- Host: GitHub
- URL: https://github.com/fluuxio/kafka
- Owner: FluuxIO
- License: bsd-3-clause
- Created: 2017-12-27T21:24:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T13:52:34.000Z (over 8 years ago)
- Last Synced: 2025-05-12T23:32:33.123Z (about 1 year ago)
- Topics: go, golang, kafka, realtime
- Language: Go
- Size: 10.7 KB
- Stars: 7
- Watchers: 9
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kafka
Kafka tools repository, containing examples and helpers to work with Kafka. Most of the features rely on
the excellent [Sarama](https://shopify.github.io/sarama/) Kafka library.
## Packages
- auth: Small helper for Kafka TLS authentication support.
## Examples
- consumer: Kafka consumer with TLS auth support.
- producer: Kafka producer with TLS auth support.