Browse Source

Polish

pull/14268/head
Stephane Nicoll 8 years ago
parent
commit
3997b3ae5e
  1. 5
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

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

@ -5446,8 +5446,9 @@ public class MyBean { @@ -5446,8 +5446,9 @@ public class MyBean {
}
----
NOTE: If a `RecordMessageConverter` bean is defined, it is automatically associated to
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`
bean is defined, it is automatically associated to the auto-configured `KafkaTemplate`.
[[boot-features-kafka-receiving-a-message]]

Loading…
Cancel
Save