Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

spring-boot-polaris能支持 自定义路由规则,熔断规则,限流规则 #15

Open
davionchen opened this issue May 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@davionchen
Copy link

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获取。

@davionchen davionchen added the enhancement New feature or request label May 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant