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

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

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`