Skip to content

Commit 83d1eaf

Browse files
fix a similar previous '->' error
1 parent 9753190 commit 83d1eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/exactly-once.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See xref:kafka/annotation-error-handling.adoc#after-rollback[After-rollback Proc
1010

1111
Using transactions enables Exactly Once Semantics (EOS).
1212

13-
This means that, for a `read+++->+++process+++->+++write` sequence, it is guaranteed that the **sequence** is completed exactly once.
13+
This means that, for a `read -> process -> write` sequence, it is guaranteed that the **sequence** is completed exactly once.
1414
(The read and process have at least once semantics).
1515

1616
Spring for Apache Kafka version 3.0 and later only supports `EOSMode.V2`:

0 commit comments

Comments
 (0)