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

Python SDK现在是否支持泛化调用 #3082

Open
TheSlientnight opened this issue Jan 2, 2025 · 1 comment
Open

Python SDK现在是否支持泛化调用 #3082

TheSlientnight opened this issue Jan 2, 2025 · 1 comment

Comments

@TheSlientnight
Copy link

Python SDK现在是否支持泛化调用,如果支持的话能否给出使用的demo

@cnzakii
Copy link
Contributor

cnzakii commented Jan 5, 2025

Currently, Dubbo Python does not fully support Generic Call but does offer some related capabilities:

  1. Parameter Types and Serialization: Dubbo Python does not parse parameter types through API definitions but provides a custom serialization interface for users to implement. By setting up general-purpose serialization functions, you can achieve a certain degree of parameter "generalization."
  2. Method Name Limitation: At present, the method name must be specified before invocation and cannot be passed dynamically during the call.

Could you share the specific scenario in which you need to use Dubbo Python for Generic Call? Perhaps some existing features can already meet your requirements.

For further questions, feel free to join the Dubbo Python official group:
image

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

No branches or pull requests

2 participants