Local Redpanda cluster with Docker Compose
Go to file
Reinaldy Rafli 61352a76bd
fix node configurations
2023-04-15 19:22:21 +07:00
LICENSE initailize 2023-04-13 08:13:24 +07:00
README.md initailize 2023-04-13 08:13:24 +07:00
docker-compose.yml fix node configurations 2023-04-15 19:22:21 +07:00

README.md

Local Redpanda Cluster with Docker Compose

Sets up a local Redpanda cluster with 3 nodes.

To run it:

docker compose up -d

There is no authentication.

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