kafka 소비 메시지 실패, 원래 설정 문제로 인해
1815 단어 error
14:46:14 [kafka-producer-network-thread | producer-1] ERROR o.s.k.s.LoggingProducerListener - Exception thrown when sending a message with key='null' and payload='{"depth":1,"direction":"SELL","highestPrice":1000.00000000,"items":[{"amount":2.00000000,"price":100...' to topic exchange-trade-plate:
org.apache.kafka.common.errors.TimeoutException: Batch containing 1 record(s) expired due to timeout while requesting metadata from brokers for exchange-trade-plate-0
14:46:14 [kafka-producer-network-thread | producer-1] ERROR o.s.k.s.LoggingProducerListener - Exception thrown when sending a message with key='null' and payload='{"depth":1,"direction":"BUY","highestPrice":800.00000000,"items":[{"amount":4.00000000,"price":800.0...' to topic exchange-trade-plate:
org.apache.kafka.common.errors.TimeoutException: Batch containing 1 record(s) expired due to timeout while requesting metadata from brokers for exchange-trade-plate-0
14:46:14 [kafka-producer-network-thread | producer-1] ERROR o.s.k.s.LoggingProducerListener - Exception thrown when sending a message with key='null' and payload='{"depth":1,"direction":"SELL","highestPrice":10.00000000,"items":[{"amount":105.80000000,"price":10....' to topic exchange-trade-plate:
org.apache.kafka.common.errors.TimeoutException: Batch containing 1 record(s) expired due to timeout while requesting metadata from brokers for exchange-trade-plate-0
서버 kafka에서 파일 서버를 설정합니다.properties 내부 네트워크 IP 및 외부 네트워크 액세스 IP 구성
broker.id=0
port=9092
host.name=172.31.1.200
advertised.host.name=47.244.122.144
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Qiita의 API를 부를 때 끝에 슬래시를 붙이면 http://~로 리디렉션되므로 조심합시다.제목대로. curl 결과는 . 예전에 보았던 오류에 근거한 박자를 만났습니다 이것은 메시지처럼 HTTP 통신을 시도할 때 iOS가 차단하는 사람입니다. URLSession 에 건네주고 있는 url는 확실히 https...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.