Skip to content

Commit 1571097

Browse files
onobcmhalbritter
authored andcommitted
Fix links in Spring Kafka section of ref guide
Spring for Apache Kafka recently moved to Antora docs which in turn modified the base url slightly. This commmit adjusts for the move. See gh-37987
1 parent 9469327 commit 1571097

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ Metrics are published under the `spring.integration.` meter name.
968968
==== Kafka Metrics
969969
Auto-configuration registers a `MicrometerConsumerListener` and `MicrometerProducerListener` for the auto-configured consumer factory and producer factory, respectively.
970970
It also registers a `KafkaStreamsMicrometerListener` for `StreamsBuilderFactoryBean`.
971-
For more detail, see the {spring-kafka-docs}#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation.
971+
For more detail, see the {spring-kafka-docs}kafka/micrometer.html#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation.
972972

973973

974974

spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
:spring-graphql-docs: https://docs.spring.io/spring-graphql/reference/{spring-graphql-version}/
9090
:spring-integration: https://spring.io/projects/spring-integration
9191
:spring-integration-docs: https://docs.spring.io/spring-integration/reference/{spring-integration-version}/
92-
:spring-kafka-docs: https://docs.spring.io/spring-kafka/docs/{spring-kafka-version}/reference/html/
92+
:spring-kafka-docs: https://docs.spring.io/spring-kafka/docs/{spring-kafka-version}/reference/
9393
:spring-pulsar-docs: https://docs.spring.io/spring-pulsar/docs/{spring-pulsar-version}/reference/html/
9494
:spring-restdocs: https://spring.io/projects/spring-restdocs
9595
:spring-security: https://spring.io/projects/spring-security

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ IMPORTANT: Properties set in this way override any configuration item that Sprin
142142
=== Testing with Embedded Kafka
143143
Spring for Apache Kafka provides a convenient way to test projects with an embedded Apache Kafka broker.
144144
To use this feature, annotate a test class with `@EmbeddedKafka` from the `spring-kafka-test` module.
145-
For more information, please see the Spring for Apache Kafka {spring-kafka-docs}#embedded-kafka-annotation[reference manual].
145+
For more information, please see the Spring for Apache Kafka {spring-kafka-docs}testing.html#ekb[reference manual].
146146

147147
To make Spring Boot auto-configuration work with the aforementioned embedded Apache Kafka broker, you need to remap a system property for embedded broker addresses (populated by the `EmbeddedKafkaBroker`) into the Spring Boot configuration property for Apache Kafka.
148148
There are several ways to do that:

0 commit comments

Comments
 (0)