[X] I am sure that all the content I provide is in English.
Search before asking
[X] I had searched in the issues and found no similar feature requirement.
Apache Dubbo Component
Python SDK (apache/dubbo-python)
Descriptions
The current code modifications are located in the dubbo-python repository.
Milestone Updates:
Fixed an issue in serverConfig where, if the host parameter was not specified, it defaulted to the local loopback address. Now, host is automatically set based on network interface information.
Minor adjustments have been made to the user API on the server side (RpcMethodHandler and RpcServiceHandler). For examples, refer to samples.
Added support for multi-parameter serialization functions, enabling methods with multiple parameters to be called. For examples, see samples/serialization/json.
Optimized the streaming call API by adding write and read methods alongside the existing iterator mode, enabling partial write and read functionality for streams. For examples, refer to samples/stream.
Related issues
No response
Are you willing to submit a pull request to fix on your own?
[X] Yes I am willing to submit a pull request on my own!
Pre-check
Search before asking
Apache Dubbo Component
Python SDK (apache/dubbo-python)
Descriptions
The current code modifications are located in the
dubbo-python
repository.Milestone Updates:
serverConfig
where, if thehost
parameter was not specified, it defaulted to the local loopback address. Now,host
is automatically set based on network interface information.RpcMethodHandler
andRpcServiceHandler
). For examples, refer tosamples
.samples/serialization/json
.write
andread
methods alongside the existing iterator mode, enabling partial write and read functionality for streams. For examples, refer tosamples/stream
.Related issues
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct