Skip to content

Commit 89c3981

Browse files
committed
transactionIdPrefix Doc Polishing
1 parent bbd1887 commit 89c3981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3502,7 +3502,7 @@ With `EOSMode.BETA` it is no longer necessary to use the same `transactional.id`
35023502
For transactions started by the template (or the transaction manager for `@Transaction`) you should set the property on the template and transaction manager respectively.
35033503
This property must have a different value on each application instance.
35043504

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>>.
35063506

35073507
[[tx-template-mixed]]
35083508
===== `KafkaTemplate` Transactional and non-Transactional Publishing

0 commit comments

Comments
 (0)