eye-gu
eye-gu
> > Please assign it to me > > 你好,系统已分配给您,谢谢。 https://github.com/apache/shenyu/blob/72c43ab02c0413a7566cab58470fe9e43f11abe9/shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/utils/OpenApiUtils.java#L78C25-L87C26 参数目前是支持的, 只是只支持`RequestParam`和`RequestPart`注解, 所以文档`findById`能看到. 因为不像返回类型之前没有实现, 这是其他人的实现, 我吃不太准这个逻辑, 是否只要加上支持`RequestBody`注解就可以了. 因为这些注解是spring web的注解, 一些rpc不依赖于这个注解的吧.
@yu199195 https://github.com/apache/shenyu-dashboard/pull/521 This is the PR of the associated frontend, please review
编译命令里把`-Drat.skip=true`去掉
```shell docker run -d -p 9095:9095 --name shenyu-admin --net shenyu -e "shenyu.httpPath=http://192.168.114.21:9095" apache/shenyu-admin:2.7.0.1 ``` 改成这样可以么
Hi. At present, it is not supported. May I ask if it is the triple protocol, the serialization is protobuf, and the calling method is unary?
I would like to know how you use protobuf in dubbo
Triple is a new protocol of Dubbo in version 3: https://cn.dubbo.apache.org/zh-cn/overview/reference/protocols/triple/. Unary's introduction is also in this document, perhaps a better way is to check the grpc documentation. Now, I...