Skip to content

Commit 3997b3a

Browse files
committed
Polish
1 parent ff11166 commit 3997b3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5446,8 +5446,9 @@ public class MyBean {
54465446
}
54475447
----
54485448

5449-
NOTE: If a `RecordMessageConverter` bean is defined, it is automatically associated to
5450-
the auto-configured `KafkaTemplate`.
5449+
NOTE: If the property `spring.kafka.producer.transaction-id-prefix` is defined, a
5450+
`KafkaTransactionManager` is automatically configured. Also, if a `RecordMessageConverter`
5451+
bean is defined, it is automatically associated to the auto-configured `KafkaTemplate`.
54515452

54525453

54535454
[[boot-features-kafka-receiving-a-message]]

0 commit comments

Comments
 (0)