https://github.com/xaaria/kafka-kokeilua
Just trying out some Apache Kafka stuff
https://github.com/xaaria/kafka-kokeilua
Last synced: about 1 month ago
JSON representation
Just trying out some Apache Kafka stuff
- Host: GitHub
- URL: https://github.com/xaaria/kafka-kokeilua
- Owner: xaaria
- Created: 2025-01-29T13:00:24.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-29T13:06:46.000Z (5 months ago)
- Last Synced: 2025-01-29T14:23:13.826Z (5 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run Kafka (here `localhost:9092`)
#### Create Topics
`./bin/kafka-console-producer.sh --topic sentences --bootstrap-server=localhost:9092``./bin/kafka-console-producer.sh --topic words --bootstrap-server=localhost:9092`