https://github.com/felipeaz/apache-kafka
Kafka implementation with Golang
https://github.com/felipeaz/apache-kafka
golang kafka
Last synced: 3 months ago
JSON representation
Kafka implementation with Golang
- Host: GitHub
- URL: https://github.com/felipeaz/apache-kafka
- Owner: felipeaz
- Created: 2021-12-23T03:48:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T15:58:26.000Z (over 3 years ago)
- Last Synced: 2025-01-07T05:21:48.068Z (4 months ago)
- Topics: golang, kafka
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apache-kafka
Kafka implementation with GolangKafka is na open-source event streaming platform used for publishing and processing events at
high throughput.The idea of this project is put in practice what I've learned about Apache Kafka by creating a simple
broker that produce and consume infinite messages. Only one Broker is running on the application.