dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

The java implementation of Apache Dubbo. An RPC and microservice framework.

Results 846 dubbo issues
Sort by recently updated
recently updated
newest added

Dubbo 3.3.0 SNAPSHOT ![image](https://github.com/apache/dubbo/assets/18097545/e4e39fe7-233a-4c32-9b35-1551622e769c) ![image](https://github.com/apache/dubbo/assets/18097545/c3f8de61-57d2-414a-aab4-dd5d177a7c07) ![image](https://github.com/apache/dubbo/assets/18097545/ddb33e46-b1c1-4b63-85c9-2e5f79555d9c)

help wanted
type/enhancement
component/sdk

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...

help wanted
type/enhancement
component/sdk

- [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 *...

type/bug
help wanted
component/sdk

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....

help wanted
type/discussion
component/sdk

- [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...

help wanted
type/proposal
good first issue
component/sdk

```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...

type/bug
help wanted
component/sdk

- [ ] 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...

type/bug
help wanted
component/sdk

* 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-...

type/bug
help wanted
component/sdk

- Dubbo version: 3.2.2 - Java version: 1.8 - SpringBoot: 2.7.13 [前面也讨论过这个问题](https://github.com/apache/dubbo/issues/10443) 3.X ReferenceAnnotationBeanPostProcessor 按@DubboReference属性名注册别名 ![image](https://github.com/apache/dubbo/assets/20903014/dc65e128-a484-4980-8e97-101bbfa96584) ![image](https://github.com/apache/dubbo/assets/20903014/36a0d6ec-e987-474d-8094-18e18eba893d) 这样会导致在不同的类中注入不同类型的Bean时必须要用不同的属性名称,如果像下面这样就会导致异常 ![image](https://github.com/apache/dubbo/assets/20903014/b7271a32-6252-4c79-9710-4366d3fa8849) ![image](https://github.com/apache/dubbo/assets/20903014/fb9f7df7-20b7-404c-b2b5-ce4efa5160d2) ![image](https://github.com/apache/dubbo/assets/20903014/d7089727-f8e1-4cc5-a5d8-8cd68517c56d) **dubbo2.x 就没有这个问题,3.0中使用属性名注册别名是有什么特殊的用意吗?** 我理解这与spring并没有关系 https://github.com/apache/dubbo/issues/10443#issuecomment-1212703407, 因为我只要不用 dubbo3.x 就不会导致异常。 @chickenlj

help wanted
type/enhancement
good first issue
component/sdk

主要目的是想实现,dubbo 可以直接调服务,也可以直接调网关(号段路由)。dubbo reference 无法实现,所以想用两个接口区分。

help wanted
type/enhancement
component/sdk