-
We currently use `clang-format` to lint the C++ code and a combination of `yapf` and `flake8` to lint the Python code. These are tested in Travis. We should also do linting for the Java code to mainta…
-
### Question
如何在Filter中知道透传数据
### Scenes
目前要实现一个服务的鉴权功能,希望通过Filter来实现,结合数据透传方案
```java
RpcInvokeContext.getContext().putRequestBaggage("key_request","value_request");
String requestValue=R…
-
### Describe the bug
ClientSyncReceiveEvent may get the wrong ProviderInfo when use reuses client transport with the same remote address.
### Expected behavior
When two consumer config (for e…
-
### Typo
- [多注册中心](https://github.com/alipay/sofa-rpc/wiki/Features#%E6%9C%8D%E5%8A%A1%E5%8F%91%E5%B8%83%E6%9C%8D%E5%8A%A1%E5%BC%95%E7%94%A8)
![image](https://user-images.githubusercontent.com/77193…
-
您好,我按照快速入门的教程配置完后,报的
“om.example.demo.HelloSyncService:1.0]的调用地址,请检查服务是否已经推送”'这个错误,反复按照教程配了好几遍,还是不行。。。请问您对这个问题有没有解决的思路或者一点提示?非常感谢~
-
您好,获取预热权重是根据AbstractLoadBalancer类的int getWeight(providerInfo)方法从provider中或得到相关权重(默认值100),对比Dubbo目前预热权重的算法来说,代码如下:
```
protected int getWeight(Invoker invoker, Invocation invocation) {
int w…
-
jewin updated
6 years ago
-
Following on the ICEs from #52217, here are the 591 occurrences of ICEs in the [3rd NLL crater run](https://crater-reports.s3.amazonaws.com/pr-53426/index.html) from #53426 (out of the 982 regressions…
-
[ERROR] Failed to execute goal com.google.cloud.tools:jib-maven-plugin:1.0.0:build (default-cli) on project xxx_plab: Build image failed, perhaps you should use a registry that supports HTTPS or set t…
jpfss updated
5 years ago
-
The default connection holder of SOFARPC is `AllConnectConnectionHolder`. It means the service consumer will connect to all service provider.
If the service provider has a lot of nodes, it will tak…