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

[type:feature] support dubbo protobuf serialization #5903

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

eye-gu
Copy link
Contributor

@eye-gu eye-gu commented Jan 17, 2025

support #5893 .
add dubbo protobuf serialization example

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

@ForrestWang123
Copy link

Do you have any idea about the tech design? @eye-gu

I found genericService of Dubbo cannot be used in this scenario.
A possible way is to use a java code generator (e.g. Javassist) to generator the refrenceService at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants