sofa-rpc icon indicating copy to clipboard operation
sofa-rpc copied to clipboard

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.

Results 102 sofa-rpc issues
Sort by recently updated
recently updated
newest added

### Motivation: Enable heart beat for triple so as to archive tcp keep alive. Notice that when we apply MOSN, there is the mechanism that close inactive connection. ### Modification:...

cla:yes
size/L

### Your question 请问下这个警告是哪里设置有问题吗? 警告: unable to set field {} accessible 7月 22, 2024 11:35:51 上午 com.caucho.hessian.io.AbstractStringBuilderDeserializer 警告: coder field not found or not accessible, will skip coder check, error...

你好,我在使用callback模式时,单点故障剔除功能不起作用,是callback不支持单点故障剔除吗 jdk1.8

### 简介 2024[开源之夏](https://summer-ospp.ac.cn/org/orgdetail/95a9e459-a200-4a26-bc0a-81074c2d89be?lang=zh)项目,RPC 动态配置能力是指运行时针对 RPC 相关的配置进行修改,使其能够根据需要动态调整行为,而无需重新启动服务或强制更新客户端应用程序。动态配置能力通常包括动态调整负载均衡策略、重试策略、超时设置、限流和熔断策略、序列化和反序列化配置等。当前 SOFARPC 简单集成了 Apollo 配置中心,期望梳理出 SOFARPC 相关需要支持的动态配置,完善对应的应用维度以及接口维度的动态配置能力。另外,在此基础之上,期望在 SOFARPC 中集成 Nacos、Zookeeper 等作为配置中心,支持对应的动态配置能力。 ### 项目产出要求 1. 产出 SOFARPC 对接各配置中心的用户使用文档; 2. SOFARPC 动态配置能力完善相关代码PR。 ### 项目技术要求 熟悉 java、rpc、主流配置中心。

remind

### Your question 有开源的客户端,可以直接调用指定机器上的 RPC 服务吗?比如,蚂蚁内部的 tr-ui studio,或者 天戈 ### Your scenes 1. 开发测试阶段,需要一个客户端,在本地测试自己开发的 RPC 服务或者部署在远程机器上的 RPC 服务。 2. 当前通过 Java Config 的方式,写单元测试调用 RPC 服务,没多一个服务,都要写一个单元测试。 ### Your advice 1. 是否考虑把...

### SofaBootRpcStartListener 还未跟随新版本 5.13.2 更新 lookout 移除问题 #1447 但是上游 sofa-boot 特别是 rpc-sofa-boot-starter SofaBootRpcStartListener 缺失更新: ### Your scenes - sofa-boot 3.24.0 - sofa-rpc-all 单独更新: 5.13.2 1.6.10 3.5.5 3.1.6 1.4.0 2.14.0 32.0.0-jre...

### Your question When the data type is 'java.time.LocalTime', 'com.caucho.hessian.io.java8.LocalTimeHandle' will be blacklisted and then throw an IOException. Do I need to customize the parsing for Java 8 time types?...

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.22.0 to 3.25.5. Commits 9d0ec0f Updating version.json and repo version numbers to: 25.5 4a197e7 Merge pull request #18387 from protocolbuffers/cp-lp-25 b5a7cf7 Remove RecursiveGroup test case which doesn't...

dependencies

djust the location of method called  [closeTransports();] (#1442) - https://github.com/sofastack/sofa-rpc/issues/1442 ### Motivation: there are two bugs in the AbstractCluster.java 1. variable named [oldProviderGroup] will be changed because of the method...

bug
cla:no
First-time contributor
size/XS

### Describe the bug If the parameter in the URL contains the character '/', it will cause the function ProviderInfo.toProviderInfo() to return an incorrect ProviderInfo. ### Expected behavior bolt://255.255.255.255:12200?version=1.0&accepts=100000&com.xxx/ver=1&uniqueId= ProviderInfo:...