I need to implement readiness and liveness probes for every microservice in my project. In my readiness probe I need to check if our springboot application is connected to axon server. How can I manually test if axon server is connected?
I was thinking that it is enough to add axon-spring-boot-starter dependency and it will be attached to /actuator/health. But it did't happen.