We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c0cc3 commit 0a0c841Copy full SHA for 0a0c841
spring-kafka-docs/src/main/asciidoc/retrytopic.adoc
@@ -477,7 +477,7 @@ See <<retry-topic-global-settings>> for more information.
477
----
478
479
@Override
480
-protected void manageNonBlockingRetriesFatalExceptions(List<Class<? extends Throwable>> nonBlockingFatalExceptions) {
+protected void manageNonBlockingFatalExceptions(List<Class<? extends Throwable>> nonBlockingFatalExceptions) {
481
nonBlockingFatalExceptions.add(MyNonBlockingException.class);
482
}
483
0 commit comments