-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable KafkaStreamsMicrometerListener based on configuration #3203
Comments
@singhbaljit As of now, there hasn't been any progress on adding observability natively from Kafka Streams. I don't believe we can add a property like |
So, does |
I does only |
If it is best to have this issue in the Spring Boot project, that is alright with me (please move it). All I'm really looking for is to have the "default" observability components auto-configured as part of the auto-configured |
Calling the property |
Spring Kafka provides
KafkaStreamsMicrometerListener
, which currently has to be added to theStreamsBuilderFactoryBean
programmatically. There should be a configuration/property that supports adding a default listener automatically. This is similar tospring.kafka.listener.observation-enabled
andspring.kafka.template.observation-enabled
. Perhaps, something likespring.kafka.streams.observation-enabled
? For now, it only adds the metrics; when the feature is ready, it can also auto-configure traces (#2635 and micrometer-metrics/micrometer#3713) like it happens for KafkaTemplate and KafkaListener.The text was updated successfully, but these errors were encountered: