After upgrading to spring boot 3.3.0, if my Kafka brokers are misconfigured (testing), I'm getting an exception in cloud stream on requests to my /actuator/health endpoint: ...
I am trying to exclude actuator from spring-cloud-starter-zuul like following and getting the error below. <dependency> <groupId>org.springframework.cloud</groupId ...
Spring Boot Actuator is a sub-project of Spring Boot. It adds several production grade services to your application with little effort on your part. In this guide, you will build an application and ...