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 ff11166 commit 3997b3aCopy full SHA for 3997b3a
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -5446,8 +5446,9 @@ public class MyBean {
5446
}
5447
----
5448
5449
-NOTE: If a `RecordMessageConverter` bean is defined, it is automatically associated to
5450
-the auto-configured `KafkaTemplate`.
+NOTE: If the property `spring.kafka.producer.transaction-id-prefix` is defined, a
+`KafkaTransactionManager` is automatically configured. Also, if a `RecordMessageConverter`
5451
+bean is defined, it is automatically associated to the auto-configured `KafkaTemplate`.
5452
5453
5454
[[boot-features-kafka-receiving-a-message]]
0 commit comments