You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 'spring-default': just uses the Spring default for batch error handling (does not explicitly set an error handler).
47
-
# 'ignore': logs, but ignores all errors from consumer, implemented in Spring error handler CommonLoggingErrorHandler.
47
+
# 'log-and-ignore': logs, but ignores all errors from consumer, implemented in Spring error handler CommonLoggingErrorHandler.
48
48
# 'infinite-retry': tries failed batches an infinite number of times, with a backoff/delay between each attempt. Spring DefaultErrorHandler with a BackOff.
49
-
# 'seek-to-current': Spring SeekToCurrentBatchErrorHandler w/all defaults and no backoff (unlimited retries)
50
-
# 'seek-to-current-with-backoff': Spring SeekToCurrentBatchErrorHandler w/fixed delay and max 2 retries.
51
-
# 'retry-with-backoff': Spring RetryingBatchErrorHandler with no configured ConsumerRecordRecoverer
52
-
# 'retry-with-backoff-recovery': Spring RetryingBatchErrorHandler with custom ConsumerRecordRecoverer set, see RetryingErrorHandler.
53
-
# 'recovering': Spring RecoveringBatchErrorHandler, see RecoveringErrorHandler.
54
-
# 'stop-container': Spring ContainerStoppingBatchErrorHandler
49
+
# 'retry-with-backoff': Spring DefaultErrorHandler with 2 retry attempts
50
+
# 'retry-with-backoff-recovery': no.nav.k.s.m.e.RetryingErrorHandler with custom ConsumerRecordRecoverer set.
0 commit comments