-
### Describe the bug
使用NacosRegistry进行服务注册时, 无法支持同一个接口多个实现通过Identifier区分的服务注册, Nacos永远用最后一个服务覆盖前面注册的实例.
### Expected behavior
之前我认为这个是Nacos的问题, 在Nacos那边提了Issue, 希望服务注册除了InterfaceName还可以支持类似Gr…
-
### Your question
in the scene of lvs or vip, we need to keep many connection,and allow disconnect when reach the limit。
https://github.com/alipay/sofa-bolt/wiki/SOFA-Bolt-Handbook#24-%E8%87%A…
-
```
/Users/lihuikang/Documents/code/sofa-rpc/node_modules/sofa-hessian-node/lib/compile.js:192
if (!options.debug) {
^
TypeError: Cannot read property 'debug' of undefined
…
-
### Describe the bug
期望服务端和客户 使用直接调用,不使用注册中心. 如下配置出错.
appserverIp 是application.properties中定义的.
将变量替换成具体的ip地址, ,调用成功.
### Expected behavi…
-
com.alipay.sofa.rpc.transport.bolt.BoltClientConnectionManager 中的urlConnectionMap 与connectionRefCounter的作用是什么,然后就是它的连接池管理是由哪个实现的?
-
### Describe the bug
`ConsulURL#valueOf` can not return right url instance.
### Expected behavior
Input: `bolt://127.0.0.1:12200?accepts=100000&appName=samples&delay=-1&dynamic=true&id=helloF…
-
### Your question
describe your question clearly
### Your scenes
describe your use scenes (why need this feature)
### Your advice
describe the advice or solution you'd like
### Envir…
-
encode using int and decode using short with ApplicationData field
-
### Your question
describe your question clearly
### Your scenes
describe your use scenes (why need this feature)
### Your advice
describe the advice or solution you'd like
### Envir…
-
### Describe the bug
服务端是sofa boot+sofa rpc 使用 bolt 协议暴露的服务,客户端是api 建立的客户端:
```
RegistryConfig registryConfig = new RegistryConfig().setProtocol("zookeeper").setAddress("xxxx");
ConsumerConfig …