Polish
See gh-27940
This commit is contained in:
committed by
Stephane Nicoll
parent
b8b2e56fab
commit
cf0fcafd13
@@ -947,7 +947,7 @@ Metrics are published under the `spring.integration.` meter name.
|
||||
[[actuator.metrics.supported.kafka]]
|
||||
==== Kafka Metrics
|
||||
Auto-configuration registers a `MicrometerConsumerListener` and `MicrometerProducerListener` for the auto-configured consumer factory and producer factory, respectively.
|
||||
It alsos registers a `KafkaStreamsMicrometerListener` for `StreamsBuilderFactoryBean`.
|
||||
It also registers a `KafkaStreamsMicrometerListener` for `StreamsBuilderFactoryBean`.
|
||||
For more detail, see the {spring-kafka-docs}#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation.
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[[web.servlet]]
|
||||
== Servlet Web Applications
|
||||
If you're looking to build servlet-based web applications, you can take advantange of Spring Boot's auto-configuration for Spring MVC or Jersey.
|
||||
If you're looking to build servlet-based web applications, you can take advantage of Spring Boot's auto-configuration for Spring MVC or Jersey.
|
||||
|
||||
[[web.servlet.spring-mvc]]
|
||||
=== The "`Spring Web MVC Framework`"
|
||||
|
||||
Reference in New Issue
Block a user