kafka-server-start.sh
-
#2. 카프카 실행 시 에러 조치IT/Kafka 2020. 7. 14. 22:57
1. 상황 - 카프카 구성 후 실행 시 아래와 같은 에러가 발생하면서 수행이 되지 않는 경우 발생 OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N Error while executing topic command : Replication factor: 3 larger than available brokers: 0. 2. 원인 - 현 테스트 환경은 AWS EC2 프리티어로 구성되어 있음 - AWS EC2..