Hi our kafka has crashed for about 2 days, while that one of our producers using confluent kafka for python still tried producing a messages and while that we received logs that say Timed out MetadataRequest in flight
and Metadata request failed: periodic topic and broker list refresh: Local: Host Resolution failure
Now our problem is that the producer didn't catch those errors like any other callback and exception and it got stuck like that until we restarted the producer.
Can you help us find why it didn't catch those logs like any other logs we are using callback on delivery and error_cb and every function is wrapped with exceptions.
Also what caused this error we didn't get this error till now.
Also maybe you know how we can reproduce this error so we can try to debug it on our on,
Thanks!