wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.89k stars 2.73k forks source link

Add more brokers not work #716

Closed wolfwell5 closed 1 year ago

wolfwell5 commented 1 year ago

Hi friends,

As the title. Seems don't have this command, docker-compose scale kafka=3 nor docker compose scale kafka=3

image
OneCricketeer commented 1 year ago

The explanation is here https://github.com/wurstmeister/kafka-docker/wiki/Connectivity

wolfwell5 commented 1 year ago

The explanation is here https://github.com/wurstmeister/kafka-docker/wiki/Connectivity

thanks for replying, finally I found the solution: docker-compose up -d --scale kafka=3

wolfwell5 commented 1 year ago

solved, I use colima instead, maybe a little different