Browse Source

Merge pull request #30674 from chanhyeong

* pr/30674:
  Polish "Fix incorrect link in kafka.adoc"
  Fix incorrect link in kafka.adoc

Closes gh-30674
pull/30839/head
Stephane Nicoll 4 years ago
parent
commit
58eabc8ae7
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc

@ -67,7 +67,7 @@ The former can be configured using `spring.kafka.streams.application-id`, defaul @@ -67,7 +67,7 @@ The former can be configured using `spring.kafka.streams.application-id`, defaul
The latter can be set globally or specifically overridden only for streams.
Several additional properties are available using dedicated properties; other arbitrary Kafka properties can be set using the `spring.kafka.streams.properties` namespace.
See also <<features#messaging.kafka.additional-properties>> for more information.
See also <<messaging#messaging.kafka.additional-properties>> for more information.
To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the following example:

Loading…
Cancel
Save