Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aldy505/local-redpanda-cluster

Local Redpanda cluster with Docker Compose
https://github.com/aldy505/local-redpanda-cluster

Last synced: 17 days ago
JSON representation

Local Redpanda cluster with Docker Compose

Awesome Lists containing this project

README

        

# Local Redpanda Cluster with Docker Compose

Sets up a local Redpanda cluster with 3 nodes.

To run it:

```bash
docker compose up -d
```

There is no authentication.

Connect to Kafka with `KAFKA_BROKERS` set to `rp1:9092,rp2:9093,rp3:9094`.