Error while executing topic command : Call(callName=createTopics, deadlineMs=1683378691648, tries=1, nextAllowedTryMs=1683378691751) timed out at 1683378691651 after 1 attempt(s)
[2023-05-06 22:11:31,721] ERROR org.apache.kafka.common.errors.TimeoutException: Call(callName=createTopics, deadlineMs=1683378691648, tries=1, nextAllowedTryMs=1683378691751) timed out at 1683378691651 after 1 attempt(s)
Caused by: org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: createTopics
(kafka.admin.TopicCommand$)
카프카 클러스터에서 노드 할당 대기 시간이 초과되었을 때 발생하는 오류
- 카프카 클러스터, 카프카 브로커 정상 적으로 동작하는지 확인한다.
- Kafka Broker가 수신 대기할 호스트와 포트 번호를 지정한다.
$kafka_home/config/server.properties 에 허용할 포트 추가
listeners=PLAINTEXT://:9092