LianjiaTech / retrofit-spring-boot-starter

A spring-boot starter for retrofit, supports rapid integration and feature enhancements.(适用于retrofit的spring-boot-starter,支持快速集成和功能增强)
Apache License 2.0
1.78k stars 340 forks source link

ServiceInstanceChooser 实现类无法注入 LoadBalancerClient #160

Closed yxsnake closed 5 months ago

yxsnake commented 1 year ago

环境:jdk17 retrofit-spring-boot-starter 3.0.2

image image image
yxsnake commented 1 year ago

目前自己写了一个简单的本地轮训负载算法

如下:

image image image

希望官方能实现一个整合nacos的实现

melin commented 1 year ago

自定义 ServiceInstanceChooser ,如果没有可用的uri,就不好处理,只能抛出异常,导致一堆异常栈信息。

chentianming11 commented 11 months ago

麻烦还是自己实现吧,实在没精力搞naco实现了