You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
What is the feature you want to add?
spring-boot-polaris能支持 自定义路由规则,熔断规则,限流规则。
Why do you want to add this feature?
spring-boot-polaris进行服务路由,只支持namespace和service两种参数,无法扩展。
现阶段无法在一个service内做规则路由,只能通过创建多个service,增加了维护成本。
How to implement this feature?
需要PolarisTarget类支持上报 方法名,metadata等数据。
需要PolarisFeignClient 上报方法名等数据。
上述数据可以从polarisFeignOptions获取,可以从RequestTemplate获取。
The text was updated successfully, but these errors were encountered: