You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-kafka-docs/src/main/asciidoc/kafka.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3414,7 +3414,7 @@ A similar listener is provided for the `StreamsBuilderFactoryBean` - see <<strea
3414
3414
3415
3415
Using Micrometer for observation is now supported, since version 3.0, for the `KafkaTemplate` and listener containers.
3416
3416
3417
-
Set `observationEnabled` on each component to enable observation; this will disable <<micrometer,Micrometer Timers>> because the timers will now be managed with each observation.
3417
+
Set `observationEnabled` to `true` on the `KafkaTemplate` and `ContainerProperties` to enable observation; this will disable <<micrometer,Micrometer Timers>> because the timers will now be managed with each observation.
3418
3418
3419
3419
Refer to https://micrometer.io/docs/tracing[Micrometer Tracing] for more information.
0 commit comments