Open razvanz opened 1 year ago
Is there a particular reason why CommitTimeoutException is not a RetriableCommitFailedException such that the CommitRecovery.Default will retry committing the offsets?
CommitTimeoutException
RetriableCommitFailedException
CommitRecovery.Default
Is there a particular reason why
CommitTimeoutException
is not aRetriableCommitFailedException
such that theCommitRecovery.Default
will retry committing the offsets?