Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robbestad/kafka-consumer
- Owner: robbestad
- Created: 2022-02-23T09:35:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T09:15:50.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T17:10:58.762Z (9 months ago)
- Language: Rust
- Size: 525 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```