-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: enhancementA general enhancementA general enhancement
Description
Line 108 in 8436fa9
builder.unknown().withDetail("routing", true); |
Hi, does it make sense to add a HealthIndicator
with a fixed outcome? (always UNKNOWN
).
I mean, would'n it be better to allow the user to choose to not create a HealthIndicator for this type of Datasources (AbstractRoutingDataSource
)?
I feel the important information is if any of the routed datasources is Ok or not. If you configured the datasources as beans there will be HealthIndicator's for them, making useless a fixed status value from the routing one.
I am thinking of a new property allowing to exclude the creation of HeatlhIndicator's for AbstractRoutingDataSource
ones.
Do you think it would be useful? Thanks in advance for reading.
ferblaca
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: enhancementA general enhancementA general enhancement