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
We use kafka.KafkaClient to init a client, and listen the event of error to catch the error of the client. But something may not pass to the event of error, but just triggered in the internal code directly.
You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
Error: connect EHOSTUNREACH xx.xx.xx.xx:9092
at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1086:14)
The text was updated successfully, but these errors were encountered:
Bug Report
We use
kafka.KafkaClient
to init a client, and listen the event oferror
to catch the error of the client. But something may not pass to the event oferror
, but just triggered in the internal code directly.The text was updated successfully, but these errors were encountered: