You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Dubbo Python does not fully support Generic Call but does offer some related capabilities:
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."
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:
Python SDK现在是否支持泛化调用,如果支持的话能否给出使用的demo
The text was updated successfully, but these errors were encountered: