dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
Dubbo 3.3.0 SNAPSHOT   
Dubbo version: 3.3.0 SNAPSHOT ```text 2023-07-13 13:44:31.209 WARN 82057 --- [ main] .a.d.c.DeprecatedMethodInvocationCounter : [DUBBO] Deprecated method invoked. The method is org.apache.dubbo.config.AbstractInterfaceConfig.setModule(ModuleConfig module), dubbo version: 3.3.0-beta.1-SNAPSHOT, current host: 30.221.149.6, error...
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.1.0 * Operating System version: Linux *...
When I build a sidecar dubbo mesh using dubbo 3.1.8, and the consumer uses the triple protocol to call the provider, an error message is displayed: UNIMPLEMENTED: invalid content-type: application/json....
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and...
```java [13/06/23 04:32:22:022 CST] main ERROR deploy.DefaultApplicationDeployer: [DUBBO] Dubbo Application[1.1](dubbo-demo-triple-api-provider) start failure, dubbo version: 3.3.0-beta.1-SNAPSHOT, current host: 30.221.147.191, error code: 5-14. This may be caused by , go to https://dubbo.apache.org/faq/5/14...
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.1.10 * Operating System version: xxx...
* Dubbo version: 3.2.2 * Operating System version: xxx * nacos server: 2.0.3 * nacos client: 2.2.2 * Java version: 1.8 为什么收到服务变更通知,然后连上了,但是随后又立即关闭了,而且也不再重连了,导致这个消费者永远调不到这个提供者了 这个是启动日志 ``` 2023-06-29 18:09:32.786 [nacos.publisher-com.alibaba.nacos.client.naming.event.InstancesChangeEvent] INFO o.a.d.r.c.e.l.ServiceInstancesChangedListener -[traceId=N/A]ServiceInstancesChangedListener.java:308-...
- Dubbo version: 3.2.2 - Java version: 1.8 - SpringBoot: 2.7.13 [前面也讨论过这个问题](https://github.com/apache/dubbo/issues/10443) 3.X ReferenceAnnotationBeanPostProcessor 按@DubboReference属性名注册别名   这样会导致在不同的类中注入不同类型的Bean时必须要用不同的属性名称,如果像下面这样就会导致异常    **dubbo2.x 就没有这个问题,3.0中使用属性名注册别名是有什么特殊的用意吗?** 我理解这与spring并没有关系 https://github.com/apache/dubbo/issues/10443#issuecomment-1212703407, 因为我只要不用 dubbo3.x 就不会导致异常。 @chickenlj
主要目的是想实现,dubbo 可以直接调服务,也可以直接调网关(号段路由)。dubbo reference 无法实现,所以想用两个接口区分。