Closed
Description
Lettuce connection factory, which is both reactive and non-reactive, has two active health indicators when running Boot 2.2.0.
Output of /actuator/health
:
{
"status":"UP",
"components":{
"redis":{
"status":"UP",
"details":{
"cluster_size":2,
"slots_up":16384,
"slots_fail":0
}
},
"redisReactive":{
"status":"UP",
"details":{
"version":"5.0.5"
}
}
}
}
Only reactive indicator was active in Boot 2.1.