Skip to content
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

Open
ForrestWang123 opened this issue Jan 15, 2025 · 5 comments
Open
Labels
type: question Further information is requested

Comments

@ForrestWang123
Copy link

Question

Our company is using dubbo using probobuf, does Shenyu support this?

@ForrestWang123 ForrestWang123 added the type: question Further information is requested label Jan 15, 2025
@eye-gu
Copy link
Contributor

eye-gu commented Jan 16, 2025

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?

@ForrestWang123
Copy link
Author

ForrestWang123 commented Jan 16, 2025

May I ask if it is the triple protocol, the serialization is protobuf, and the calling method is unary?
Sorry, What do you mean of this? @eye-gu

@eye-gu
Copy link
Contributor

eye-gu commented Jan 17, 2025

I would like to know how you use protobuf in dubbo

@ForrestWang123
Copy link
Author

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?
I am very happy that you created #5903 and I am very willing to be involved in the design and implement.
Thank you again. @eye-gu

@eye-gu
Copy link
Contributor

eye-gu commented Jan 18, 2025

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 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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants