With reference to https://github.com/spring-projects/spring-boot/issues/37388

Could you please add support from Micrometer observability in @KafkaListener & KafkaTemplate

Comment From: philwebb

@hemantmaersk Have you seen the spring.kafka.listener.observation-enabled property? Are you looking for something more than this?

Comment From: hemantmaersk

@philwebb Thank you for your assistance. I had assumed that the property would be set to true by default, given Spring's opinionated approach to application configuration. It's notable that the Scheduler has this feature enabled by default. I appreciate your guidance in highlighting the need for manual configuration of the property. I'm curious to understand why this functionality isn't enabled by default, similar to other features such as Observability in the scheduler.

Comment From: philwebb

@hemantmaersk We've been intentionally cautious with enabling observations for all technologies in case there is a performance impact. I think we should try to rationalize things if we can so I've opened #38737