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/kafka.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3502,7 +3502,7 @@ With `EOSMode.BETA` it is no longer necessary to use the same `transactional.id`
3502
3502
For transactions started by the template (or the transaction manager for `@Transaction`) you should set the property on the template and transaction manager respectively.
3503
3503
This property must have a different value on each application instance.
3504
3504
3505
-
This problem (different rules for `transactional.id`) has been eliminated when `EOSMode.BETA` is being used (with broker versions >= 2.5); see <<exactly-once>>.
3505
+
NOTE: This problem (different rules for `transactional.id`) has been eliminated when `EOSMode.BETA` is being used (with broker versions >= 2.5); see <<exactly-once>>.
3506
3506
3507
3507
[[tx-template-mixed]]
3508
3508
===== `KafkaTemplate` Transactional and non-Transactional Publishing
0 commit comments