chia7712 opened a new pull request #9291: URL: https://github.com/apache/kafka/pull/9291
issue: https://issues.apache.org/jira/browse/KAFKA-10264 The test case sends two records before killing broker. The failure is caused by that the both records are NOT in a single batch and so the failure of first record can abort second batch. The exception produced by abort is KafkaException rather than TimeoutException. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org