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

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

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).

![demo](https://github.com/rezaghanbari/kafka-golang-consumer-producer/blob/master/kth-report.gif)

### How to run
`bash run.sh`