Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robbestad/kafka-consumer

Start app for consuming Kafka topics
https://github.com/robbestad/kafka-consumer

Last synced: about 1 month ago
JSON representation

Start app for consuming Kafka topics

Awesome Lists containing this project

README

        

Start with:
```
RUST_LOG=info cargo run -- -t -g -b 127.0.0.1:9092
```

As Docker
```
docker build -t app:debian .
docker run -ti --rm app:debian /app/kafkaconsumer -t -g -b 127.0.0.1:9092
```