https://github.com/keuller/kafka-client
Kafka examples
https://github.com/keuller/kafka-client
kafka
Last synced: 3 months ago
JSON representation
Kafka examples
- Host: GitHub
- URL: https://github.com/keuller/kafka-client
- Owner: keuller
- License: gpl-3.0
- Created: 2017-04-10T19:05:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T19:15:44.000Z (about 8 years ago)
- Last Synced: 2025-01-23T00:28:12.145Z (5 months ago)
- Topics: kafka
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kafka Example
This project show some examples of Kafka's producers and consumers.
This clients were tested using Kafka 0.10.x.
There are 3 implementation:
- Python
- NodeJS
- Golang