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
Copy file name to clipboardExpand all lines: spring-kafka-docs/src/main/asciidoc/retrytopic.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Version 2.9 changed the mechanism to bootstrap infrastructure beans; see <<retry
6
6
Achieving non-blocking retry / dlt functionality with Kafka usually requires setting up extra topics and creating and configuring the corresponding listeners.
7
7
Since 2.7 Spring for Apache Kafka offers support for that via the `@RetryableTopic` annotation and `RetryTopicConfiguration` class to simplify that bootstrapping.
8
8
9
+
IMPORTANT: Non-blocking retries are not supported with <<batch-listeners>>.
10
+
9
11
==== How The Pattern Works
10
12
11
13
If message processing fails, the message is forwarded to a retry topic with a back off timestamp.
0 commit comments