Description
In the DefaultEventHandler's retry loop, the logic should not return after a successful retry. Rather, it should set a boolean flag indicating that the retry was successful and exit or break the while loop. In the end it should throw an exception only the flag is false. Otherwise, it should continue the outer for loop and send remaining data to remaning brokers.
Attachments
Issue Links
- is part of
-
KAFKA-305 SyncProducer does not correctly timeout
- Resolved