[Question] Catching RequestTimedOutError, unable to in try catch · aio-libs aiokafka · Discussion #963 · GitHub
More Web Proxy on the site http://driver.im/
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
so I'm testing request timeout errors with Microsoft EventHubs with aiokafka but am not seeing any way to catch these errors from the aiokafka client, the only errors im getting printed are :
Got error produce response: [Error 7] RequestTimedOutError
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
so I'm testing request timeout errors with Microsoft EventHubs with aiokafka but am not seeing any way to catch these errors from the aiokafka client, the only errors im getting printed are :
Got error produce response: [Error 7] RequestTimedOutError
Im doing something like this
with output such as:
01/18/2024 19:40:47-ProducerAio01510: Producer: pyaio-myproducer SENDING topic: aio-testtopic partition: 0
Got error produce response: [Error 7] RequestTimedOutError
Beta Was this translation helpful? Give feedback.
All reactions