Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hosseinmirzapur/gokafka-example
https://github.com/hosseinmirzapur/gokafka-example
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hosseinmirzapur/gokafka-example
- Owner: hosseinmirzapur
- Created: 2023-11-16T20:56:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T23:42:40.000Z (about 1 year ago)
- Last Synced: 2024-06-21T18:25:18.277Z (7 months ago)
- Language: Go
- Size: 14.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kafka Implementation Example Using Go
```bash
docker-compose up --build
make producer
make consumer
```