Compare commits

..

No commits in common. "a03050d85d7c6cfabb596654e0d5fcdc9dcd2ac2" and "8a0face4cd87e93d8445c001c292000548c6b084" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -33,7 +33,7 @@
- Java 17 + Springboot 3.5.3 + Apache Kafka Client 3.9.0 버전을 사용하며, 모든 애플리케이션은 Docker 컨테이너에서 실행됩니다.
- 모든 카프카 설정(max-poll-records 등)은 `src/main/resources/application.yml`에서 확인하실 수 있으며, 수정 역시 가능합니다.
- **MacOS**(Macbook M1 pro) **Ubuntu(24.04 LTS)** **환경에서는 정상 동작**함을 확인하였습니다.
- **MacOS**(Macbook M1 pro) **환경에서는 정상 동작**함을 확인하였습니다.
### 실행 방법

View File

@ -1,4 +0,0 @@
#!/bin/bash
GRAFANA_VOLUME="grafana-storage"
find docker/ -name 'docker-compose*.yml' -exec docker compose -f {} down --remove-orphans --rmi all \;
docker volume rm ${GRAFANA_VOLUME}