Skip to content

Support WebFlux SpringBoot projects when it comes to generate probes for actuators #1125

@nightswimmings

Description

@nightswimmings

SpringBootHealthCheckEnricher uses servlet properties exclusively in order to generate probes

prefix = springBootProperties.getProperty(propertyHelper.getServerContextPathPropertyKey(), "");
prefix += springBootProperties.getProperty(propertyHelper.getServletPathPropertyKey(), "");
prefix += springBootProperties.getProperty(propertyHelper.getManagementContextPathPropertyKey(), "");

When the service is reactive (webflux) the equivalent counterpart property is spring.webflux.base-path

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions