-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Does Shenyu support dubbo using protobuf serialization? #5893
Comments
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 |
In fact, we use protobuf in the quite normal way. I still cannot understand "triple protocol", "the calling method is unary", can you help to explain more? |
Triple is a new protocol of Dubbo in version 3: https://cn.dubbo.apache.org/zh-cn/overview/reference/protocols/triple/. Now, I plan to use Dubbo's protobuf-json generalization call to implement it, I don't know if it can meet your scenario: https://cn.dubbo.apache.org/zh-cn/docsv2.7/user/examples/pb-generic-reference/ |
Question
Our company is using dubbo using probobuf, does Shenyu support this?
The text was updated successfully, but these errors were encountered: