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

https://github.com/roppa/kafka-go


https://github.com/roppa/kafka-go

Last synced: about 1 year ago
JSON representation

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
```