Closed aesteve closed 1 year ago
Motivation:
As reported on Discord: https://discord.com/channels/751380286071242794/751398291874512967/1097519534753198150
There seems to be a bug of KafkaProducerWriteImpl not forwarding the timeout to the close handler.
I have been able to reproduce in the new added test (revert line 298 of KafkaProducerImpl and the test won't pass) and fix it.
Not sure why the ECA fails, I revalidated it
Motivation:
As reported on Discord: https://discord.com/channels/751380286071242794/751398291874512967/1097519534753198150
There seems to be a bug of KafkaProducerWriteImpl not forwarding the timeout to the close handler.
I have been able to reproduce in the new added test (revert line 298 of KafkaProducerImpl and the test won't pass) and fix it.