Merge pull request #7915 from kazuki43zoo:improve-kafka-docs

* pr/7915:
  Fix heading level for kafka docs
pull/7937/head
Stephane Nicoll 8 years ago
commit 8596af30fc

@ -4698,7 +4698,7 @@ for more of the supported options.
[[boot-features-kafka-sending-a-message]] [[boot-features-kafka-sending-a-message]]
=== Sending a Message ==== Sending a Message
Spring's `KafkaTemplate` is auto-configured and you can autowire them directly in your own Spring's `KafkaTemplate` is auto-configured and you can autowire them directly in your own
beans: beans:
@ -4722,7 +4722,7 @@ public class MyBean {
[[boot-features-kafka-receiving-a-message]] [[boot-features-kafka-receiving-a-message]]
=== Receiving a Message ==== Receiving a Message
When the Apache Kafka infrastructure is present, any bean can be annotated with When the Apache Kafka infrastructure is present, any bean can be annotated with
`@KafkaListener` to create a listener endpoint. If no `KafkaListenerContainerFactory` `@KafkaListener` to create a listener endpoint. If no `KafkaListenerContainerFactory`
has been defined, a default one is configured automatically with keys defined in has been defined, a default one is configured automatically with keys defined in
@ -4746,7 +4746,7 @@ The following component creates a listener endpoint on the `someTopic` topic:
[[boot-features-kafka-extra-props]] [[boot-features-kafka-extra-props]]
=== Additional Kafka Properties ==== Additional Kafka Properties
The properties supported by auto configuration are shown in The properties supported by auto configuration are shown in
<<common-application-properties>>. Note that these properties (hyphenated or camelCase) <<common-application-properties>>. Note that these properties (hyphenated or camelCase)
map directly to the Apache Kafka dotted properties for the most part, refer to the Apache map directly to the Apache Kafka dotted properties for the most part, refer to the Apache

Loading…
Cancel
Save