-
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and f…
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and f…
-
#### Prerequisites
Not found relative question about this.
#### What version of pinpoint are you using?
v2.0.1
#### Describe your problem**
with excludeurl configuation as below, but it's not…
-
### Background
The goal of Spring Cloud Alibaba (SCA) is to simplify the process of user development of microservice applications, provide users with a one-stop microservice solution, and simplify th…
-
Dubbo 社区目前主力维护的有 2.6.x 和 2.7.x 两大版本,其中,
* 2.6.x 主要以 bugfix 和少量 enhancements 为主,因此能完全保证稳定性
* 2.7.x 作为社区的主要开发版本,得到持续更新并增加了大量新 feature 和优化,同时也带来了一些稳定性挑战
为方便 Dubbo 用户升级,社区在以下表格对 Dubbo 的各个版本进行了总结,包括主要…
-
请问是否是版本依赖问题导致连接不上,直接使用zookeeper编码是可以访问的,但是dubbo连接不上
## Env
dubbo 3.2.2
zookeeper 部署版本3.8.1
spring-boot 2.7.12
## LOG
```
D:\env\Java\jdk1.8.0_181\bin\java.exe -agentlib:jdwp=transport=dt_…
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue…
-
### 本地编译打 release 包
* 配置 JDK 环境变量,不管本地安装的那个版本的 JDK,一定要配置 6、7、8 对应的环境变量,都赋值为你本机安装的 JDK 版本,我这里没写 Maven 的安装配置说明,请自行 Google
```
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/C…
-
@Service
@Slf4j
public class ProcedureGuideServiceImpl implements ProcedureGuideService {
}
@DubboService
public class RpcProcedureGuideService extends ProcedureGuideServiceImpl {
}
org.a…