spring-boot-polaris icon indicating copy to clipboard operation
spring-boot-polaris copied to clipboard

Spring Boot integrates with Polaris Service Discovery and Governance

Results 5 spring-boot-polaris issues
Sort by recently updated
recently updated
newest added

spring-boot-polaris这个项目创建的初衷是为了支持Spring Boot用户能快速接入北极星,本身提供了服务注册和发现功能。但是在运营过程中,发现以下问题: - 功能与Spring Cloud Tencent高度重复,且spring cloud tencent本身是松耦合架构,存量的Spring Boot用户也可以通过单独按需依赖spring cloud tencent的部分starter使用注册、限流、配置等能力。 - Spring Boot版本繁多,各个版本之间存在不少差异,跟进每个版本并维护的成本较大。 - 功能缺失较多,且底座功能缺失,比如@Feign等标签都缺失,用户使用成本较大。 综合以上因素,计划在5月21日对spring-boot-polaris停止维护并归档,后续相关spring-boot-polaris的诉求由spring-cloud-tencent项目进行承接,如有建议可以在此时间前提出

documentation

What is the feature you want to add? spring boot能支持服务配置 Why do you want to add this feature? 既然有了注册发现,配置中心也应该是配套的,目前这个项目最近更新是半年前,使用spring boot想要集成配置中心只有集成Spring Cloud Tencent How to implement this feature? 需要spring-boot-starter

enhancement

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

enhancement

**What is the feature you want to add?** **Why do you want to add this feature?** **How to implement this feature?** **Additional context** Add any other context or screenshots about...

enhancement

**What is the feature you want to add?** https://cloud.spring.io/spring-cloud-kubernetes/multi/multi__contributing.html **Why do you want to add this feature?** **How to implement this feature?** **Additional context** Add any other context or screenshots...

enhancement