kafka LEADER_NOT_AVAILABLE 에러 발생 시

메세지를 생성할때 LEADER_NOT_AVAILABLE 에러가 발생하면서 안될 경우
ex) WARN Error while fetching metadata with correlation id 0 : {topic_name=LEADER_NOT_AVAILABLE} (org.apache.afka.clients.NetworkClient)

vi {$KAFKA_HOME}/config/server.properties

advertised.listeners = PLAINTEXT://localhost:9092

설정 추가(주석 해제) 후 kafka 재시작

참고 :
kafka.apache.org : https://kafka.apache.org/documentation/