Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aldy505/local-redpanda-cluster
- Owner: aldy505
- License: mit
- Created: 2023-04-13T01:14:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-15T12:23:11.000Z (over 1 year ago)
- Last Synced: 2024-10-12T16:14:47.353Z (about 1 month ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.