feat: 로컬에서의 정상 실행을 확인하기 위한 카프카 클러스터 실행용 스크립트

This commit is contained in:
이상진 2025-06-27 14:27:55 +09:00
parent bc79ff7035
commit 3e9e8ebe2a

3
run-kafka-cluster.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker compose -f docker/docker-compose-kafka-cluster.yml down
docker compose -f docker/docker-compose-kafka-cluster.yml up -d