Skip to content

Reactive HealthContributors do not hide non-reactive ones #18748

Closed
@hban

Description

@hban

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions