https://github.com/r21gh/kafka-golang-consumer-producer
Simple Kafka consumer-producer in Golang
https://github.com/r21gh/kafka-golang-consumer-producer
consumer-producer golang kafka
Last synced: about 1 month ago
JSON representation
Simple Kafka consumer-producer in Golang
- Host: GitHub
- URL: https://github.com/r21gh/kafka-golang-consumer-producer
- Owner: r21gh
- Created: 2021-01-22T23:26:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T14:04:25.000Z (over 4 years ago)
- Last Synced: 2025-07-05T15:09:57.385Z (3 months ago)
- Topics: consumer-producer, golang, kafka
- Language: Go
- Homepage:
- Size: 830 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka golang consumer producer
This project is an assignment that creates and reads streaming data from Kafka and presents the result on the screen and is written in Golang using a dockerized Kafka and Zookeeper. According to the assignment paper, the created data is in the form of (key, average value) pairs. There is a topic named avg (as explained in Section 2). The results are in a table form includes token, sum, count and average (update time every second).
### How to run
`bash run.sh`