From 577f0add0cae28de168f6208c23e579d20f2bdd4 Mon Sep 17 00:00:00 2001 From: Chanhyeong Cho Date: Fri, 15 Apr 2022 10:29:36 +0900 Subject: [PATCH] Fix incorrect link in kafka.adoc See gh-30674 --- .../spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc index ab6704f477..748d178427 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc +++ b/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 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 <> for more information. +See also <> for more information. To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the following example: