[Chore] Kafka 환경 설정#461
Merged
Merged
Conversation
jjjjjinseo
force-pushed
the
chore/#457-kafka-setting
branch
from
July 21, 2026 07:03
6f95aa2 to
0f57570
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 관련 이슈
resolve #457
✅ 작업 내용
💡개선 사항
1️⃣ Docker compose 파일 구성
kafka구성
KAFKA_PROCESS_ROLES: Kafka 서버 역할 지정 (kraft 특징)CLUSTER_ID: 주키퍼가 없기 때문에, 이 카프카 서버가 어떤 클러스터 소속인지 식별하기 위해 임의로 발급해 둔 고유 식별 번호KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 현재는 1대로 설정했지만, 추후 실제 운영 시에는 3대로 할 수 있다.kafka-ui 구성
2️⃣Kafka 토픽 생성
battle-events와battle-chat-events로 구성한다.3️⃣NestJS Kafka 세팅
📸 참고 사항
💬 질문사항 (고민했던 부분)