Spring Reactive – Redis Health Check Failing
I have enabled my application to use the actuator/health endpoint and kept getting the status as ‘DOWN’. After checking the full health endpoint details, I can see that I am getting two reponses for the redis health check, one for the reactive redis connection and one for the non-reactive redis connection. In our configuration class, we are only uisng the ReactiveRedisConnectionFactory class, so I wanted to try and see if there is a way to disable the non-reactive one / what others have done to get around this issue.