Compare commits

..

No commits in common. "8e6cc52bdd622a0e4eac7b5a82d3b05bfa6832b2" and "6eac52c3b8ab6d8273fcdc5d92c8407f925efe20" have entirely different histories.

7 changed files with 2 additions and 14 deletions

View File

@ -31,10 +31,9 @@
### 환경
- **주의: 테스트 실행 전 java, docker 설치는 반드시 되어있어야 합니다.**
- 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}

6
run.sh
View File

@ -3,13 +3,7 @@ echo "0. 실행 중인 모든 컨테이너 종료"
find docker/ -name 'docker-compose*.yml' -exec docker compose -f {} down --remove-orphans \;
echo "0. SSL 인증서 생성"
if command -v keytool &> /dev/null
then
echo "keytool이 설치되어 있습니다. keytool을 실행합니다..."
./keygen.sh
else
echo "keytool이 설치되어 있지 않습니다. 업로드된 파일을 그대로 사용합니다."
fi
echo " "
echo "======================"

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +0,0 @@
abcd1234