When sending events, from time to time we get the following error:
NodeNotReadyError: Attempt to send a request to node which is not ready (node id 4)
and aiokafka does not seem to be able to recover from it. All subsequent uses cause ProducerClosed error.
We are still investigating what could be wrong on our side (we do not run the Kafka broker in question, only the client), but maybe somebody have encountered this already.