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

[Feature] Dubbo-Python Optimization #14821

Closed
4 tasks done
cnzakii opened this issue Oct 25, 2024 · 0 comments
Closed
4 tasks done

[Feature] Dubbo-Python Optimization #14821

cnzakii opened this issue Oct 25, 2024 · 0 comments
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@cnzakii
Copy link
Contributor

cnzakii commented Oct 25, 2024

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • 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:

  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?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@cnzakii cnzakii added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Oct 25, 2024
@apache apache deleted a comment Oct 29, 2024
@cnzakii cnzakii closed this as completed Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Archived in project
Development

No branches or pull requests

1 participant