I had an issue of Prozess not reconnecting if I take Kafka down. Debugging through the code it seems like 'This socket has been ended by the other party' error I was getting is not handled in Producer.js:79. and callback is being called without an attempt to "_reconnect".
Am I missing anything?
Thanks,
Vladimir
I had an issue of Prozess not reconnecting if I take Kafka down. Debugging through the code it seems like 'This socket has been ended by the other party' error I was getting is not handled in Producer.js:79. and callback is being called without an attempt to "_reconnect".
Am I missing anything?
Thanks,
Vladimir