-
com.alipay.sofa.rpc.boot.container.ServerConfigContainer#createBoltServerConfig
转换的时候,遗漏了对 bolt 服务端队列的设置. 需要补充.其他的转换点
-
@ujjboy @leizhiyuan 您好,关于Zookeeper配置节点观察者TODO完善已经实现,总体思路是Zookeeper注册中心修改订阅配置节点subscribeConfig方法,监听配置节点下 子节点增加、子节点删除、子节点Data修改事件的实现即完善ZookeeperConfigObserver配置节点观察者实现,因为该配置节点观察者内部有configListenerMap绑定接口…
-
https://github.com/alipay/sofa-rpc/wiki/Getting-Started-With-RPC 按照这个文档里给出的代码,mac上运行异常
-
请问注册中心可以使用zookeeper,还是什么?
-
### Describe the bug
在 #178 中提到的一个问题,在这里发起一个新的issue
配置了注册中心后再设置直连地址,如果直连地址不存在,则抛出找不到服务的异常
看了一下源码,如果是有配置注册中心的情况下,并且消费者显示的配置了直连地址
在添加调用链的时候进入下面
``
RegistryRouter#needToLoad
``
的方法,也是判断消…
-
您好,我按照快速入门的教程配置完后,报的
“om.example.demo.HelloSyncService:1.0]的调用地址,请检查服务是否已经推送”'这个错误,反复按照教程配了好几遍,还是不行。。。请问您对这个问题有没有解决的思路或者一点提示?非常感谢~
-
您好,获取预热权重是根据AbstractLoadBalancer类的int getWeight(providerInfo)方法从provider中或得到相关权重(默认值100),对比Dubbo目前预热权重的算法来说,代码如下:
```
protected int getWeight(Invoker invoker, Invocation invocation) {
int w…
-
com.alipay.sofa.rpc.context.RpcInternalContext 中的 ThreadLocal 被大量使用,能否使用 Netty 中性能更高的 FastThreadLocal ?
-
I have a query that returns three nodes as values in a single row, and in scanning the nodes I get this error:
```
2015/12/05 04:55:22 http: panic serving 127.0.0.1:54129: interface conversion: inter…