chickenchickenlove commented on PR #19631: URL: https://github.com/apache/kafka/pull/19631#issuecomment-2868322361
@dajac Sorry to make you confused. Let me define problem clearly. TL;DR: - The race condition I mentioned earlier can trigger an unexpected `CommitFailedException`. - However, that issue does not seem to lead to event skipping. The boundary condition between `Apache Kafka` and Wrapper application seem to lead to event skipping. `Apache Kafka` handles `CommitFailedException` and `RetryableCommitException` separately. Therefore, the wrapper application also handles those errors separately. However, since the `CommitFailedException` was caused by a race condition and was not anticipated, it appears to have been handled through a different path than intended, resulting in some events being skipped in wrapper application. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org