cnzakii opened a new issue, #14821: URL: https://github.com/apache/dubbo/issues/14821
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) 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**: 1. 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. 2. Minor adjustments have been made to the user API on the server side (`RpcMethodHandler` and `RpcServiceHandler`). For examples, refer to `samples`. 3. Added support for multi-parameter serialization functions, enabling methods with multiple parameters to be called. For examples, see `samples/serialization/json`. 4. 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! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
