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 9753190 commit 83d1eafCopy full SHA for 83d1eaf
spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/exactly-once.adoc
@@ -10,7 +10,7 @@ See xref:kafka/annotation-error-handling.adoc#after-rollback[After-rollback Proc
10
11
Using transactions enables Exactly Once Semantics (EOS).
12
13
-This means that, for a `read+++->+++process+++->+++write` sequence, it is guaranteed that the **sequence** is completed exactly once.
+This means that, for a `read -> process -> write` sequence, it is guaranteed that the **sequence** is completed exactly once.
14
(The read and process have at least once semantics).
15
16
Spring for Apache Kafka version 3.0 and later only supports `EOSMode.V2`:
0 commit comments