-
java与go接入问题:
现在我们与go对接,有一个问题,java的序列化go不能用,如果接入dubbo-go客户端,这个问题还要考虑么
我们现在用的是2.6.2的默认的序列化
dubbo://,hessian2
谢谢
-
u0x01 updated
5 years ago
-
### Your question
需求是想在注册中心中标志注册中心的记录是属于哪个 APP 的.相当于给这些记录打 tag,现在发现只能一个接口一个接口添加Parameters.是否有办法整个应用暴露的服务统一加这样子的 tag.
例子:
现状:
```
rest://172.20.138.128:8340/actuator/?version=1.0&accepts=100000&…
-
### Your question:
in my rpc service, i try to use jooq as a sql builder, and i use org.jooq.Condition as a param in my service request, just like this
`
public class EsSqlBuilderRequest implem…
-
I am running envoy v1.11.0 with dubbo config as following:
```
admin:
access_log_path: /tmp/admin_access.log
address:
socket_address: { address: 127.0.0.1, port_value: 15000 }
static_res…
-
抱歉英文不好,就用中文了。以上是对泛化调用的需求记录;
**目标:实现goclient to javaserver 的泛化调用**
以下是实现的探讨,我入门java不到一个月,肯定会有不对的地方,欢迎指出,也希望有java老鸟帮忙看看,十分感谢。
所谓泛化调用是指客户端拿不到服务端的具体类的情况(在go的客户端表现为没有写死的providerserver接口和pojo定义),ja…
-
https://github.com/dubbogo/hessian2/blob/57ac2e777dc6d853bdcf74b5c697b6a98a728be9/object.go#L305
https://github.com/dubbogo/hessian2/blob/57ac2e777dc6d853bdcf74b5c697b6a98a728be9/object.go#L440
that…
u0x01 updated
5 years ago
-
My code is as follows
**go-server**
![image](https://user-images.githubusercontent.com/21357605/58855769-71624d80-86d3-11e9-98de-da8a5f2c5940.png)
**java-client**
![image](https://user-images.…
-
- [x] I have searched the [issues](https://github.com/apache/incubator-dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apa…
-
1.go-client can not parse POJO in right way when java-server provide "Byte" as return
`panic: Failed to invoke the method getTuple in the service com.*******.TupleProvider. Tried 3 times of the provi…