DL1231 opened a new pull request, #20837: URL: https://github.com/apache/kafka/pull/20837
For records with a delivery count exceeding 2, there is suspicion that delivery failures stem from underlying issues rather than natural retry scenarios. The batching of such records should be reduced. Implementation Approach: - When the bad record is the first pending record: Only the current record is delivered. - When there are n pending records ahead of the bad record: The first n pending records are delivered, and the current bad record is skipped. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
