You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kafka version:2.3
we refer to hight level example`s code and occurs the following error
INFO - err_code: -195, err_msg: Local: Broker transport failure
RdKafka\Exception: Local: Broker transport failure
hight level example treat RD_KAFKA_RESP_ERR__TRANSPORT=-195 as exception and kafka log did not find any error or warn.
should we treat itg as normal info? it seems this error will automaticly resume
The text was updated successfully, but these errors were encountered:
@luowencai I'm fairly certain your RdKafka instance (client) is unable to communicate with Kafka broker. Are you actually producing or consuming any messages?
yes,in our application, this error happen a day or two,it seems it was network instable or other, and after our process restart because of exception,it will resume.
i have find this issue,confluentinc/librdkafka#64 ,and it shows we could ignore this error RD_KAFKA_RESP_ERR__TRANSPORT. i wolud like to ask your suggestion if its necessary...
we refer to hight level example`s code and occurs the following error
hight level example treat RD_KAFKA_RESP_ERR__TRANSPORT=-195 as exception and kafka log did not find any error or warn.
should we treat itg as normal info? it seems this error will automaticly resume
The text was updated successfully, but these errors were encountered: