polaris-java
polaris-java copied to clipboard
java sdk支持常规主动探测
What is the feature you want to add? java sdk支持常规主动探测 对节点进行定期探测,探测节点正常时将其熔断状态设置为关闭(表示节点正常),探测节点不正常时,将其熔断状态设置为打开(表示节点被熔断)
Why do you want to add this feature? 在小流量业务景,流量是不均匀的。仅仅依赖实时流量,无法及时发现故障实例。 希望sdk提供主动检查机制,发现异常实例。避免无效调用,提高服务的健壮性。
How to implement this feature? 在polaris-java 新增healthCheck机制
Additional context Add any other context or screenshots about the feature request here. 预期1.7.1实现