1. 重新实现 Dubbo 路由的过滤器,之前的版本有问题
2. Spring Cloud Alibaba Dubbo 的 URL 处理有问题,切回到 Dubbo 原生注册中心,不使用 Spring Cloud 注册中心
This commit is contained in:
@@ -11,4 +11,10 @@ spring:
|
||||
dubbo:
|
||||
# Dubbo 注册中心
|
||||
registry:
|
||||
address: spring-cloud://400-infra.server.iocoder.cn:8848 # 指定 Dubbo 服务注册中心的地址
|
||||
# address: spring-cloud://400-infra.server.iocoder.cn:8848 # 指定 Dubbo 服务注册中心的地址
|
||||
# address: nacos://400-infra.server.iocoder.cn:8848?namespace=local # 指定 Dubbo 服务注册中心的地址
|
||||
protocol: nacos
|
||||
address: 400-infra.server.iocoder.cn:8848?namespace=local
|
||||
timeout: 20000
|
||||
register: true
|
||||
subscribe: true
|
||||
|
||||
Reference in New Issue
Block a user