https://github.com/roppa/kafka-go
https://github.com/roppa/kafka-go
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/roppa/kafka-go
- Owner: roppa
- Created: 2020-12-09T15:47:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T10:45:21.000Z (over 5 years ago)
- Last Synced: 2025-02-14T18:36:30.469Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running
Create 2 consumers, one for topica and one for topicb:
```
docker exec kafka kafka-console-consumer --bootstrap-server localhost:9092 --topic topica
```
```
docker exec kafka kafka-console-consumer --bootstrap-server localhost:9092 --topic topicb
```