-
## Unified IDL control for multiple protocols
```Client``` and ```Server``` layer APIs can support both IDL and Non-IDL modes.
For IDL mode(Triple + Protobuf), defining proto file and making use o…
-
After a few days, slowly memory leak, v1.12.0
-
附上日志
2020-03-10 17:17:14,481 INFO ObserverNotifyThread-2-thread-2 com.alipay.sofa.rpc.registry.sofa.SofaRegistrySubscribeCallback - RPC-00204: Receive RPC service addresses: service[com.csii.auth…
dagou updated
4 years ago
-
>
private Person getPerson() {
Person person = new Person();
person.setId(123L);
person.setName("好汉");
List friends = new ArrayList(10000);
for (int …
-
org.apache.dubbo.rpc.RpcException: No provider available from registry **** for service ***:1.0.0 on consumer *** use dubbo version 2.7.16, please check status of providers(disabled, not registered or…
-
dubbo 3.0.4 jodatime反序列化不了怎么破呢, 有人给点信息么?怎么让jodatime可以反序列化呢?
服务方返回的对象有jodatime的Datetime属性的时候会在消费方报以下错:
com.alibaba.com.caucho.hessian.io.HessianFieldException: org.joda.time.base.BaseDateTime.iCh…
-
Hi, in my current work I need to evaluate the Jacobian and Hessian of the same function at many points. To avoid calling the function for many many times I'm using the following code,
```
def elem…
h3jia updated
4 years ago
-
您好,我们项目中升级了spring cloud alibaba 版本;
spring cloud alibaba.version= 2.2.6.RELEASE,
spring boot.version=2.2.13.RELEASE,
spring-cloud.version=Hoxton.SR12;
但是项目启动会报 no provider 的错误,但是启动后服务之间调用正常。
dubb…
-
### 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…
-
java.lang.Long 是Java特定语言类型对象,对应的Go怎么传参,用的hessian2协议