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

[Dubbo-python] Service Registration Implementation and Documentation Construction #36

Merged
merged 39 commits into from
Aug 22, 2024

Conversation

cnzakii
Copy link
Member

@cnzakii cnzakii commented Aug 21, 2024

What is the purpose of the change

ISSUE: apache/dubbo#14565

The completed milestones include:
Framework

  1. Service Registration and Discovery: Integrated support for Zookeeper.
  2. Load Balancing: Added support for random load balancing.

Documentation and Samples:

  1. README.md: Updated and enhanced the README, including sections on the project overview and getting started.
  2. Samples: Created one or more samples for most of the framework's functionalities.

Brief changelog

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

# Conflicts:
#	.github/workflows/unittest.yml
#	.licenserc.yaml
#	dubbo/__init__.py
#	dubbo/client.py
#	dubbo/compression/identities.py
#	dubbo/extension/extension_loader.py
#	dubbo/extension/registries.py
#	dubbo/protocol/_interfaces.py
#	dubbo/protocol/triple/call/client_call.py
#	dubbo/protocol/triple/call/server_call.py
#	dubbo/protocol/triple/invoker.py
#	dubbo/protocol/triple/protocol.py
#	dubbo/protocol/triple/results.py
#	dubbo/protocol/triple/stream/server_stream.py
#	dubbo/proxy/__init__.py
#	dubbo/proxy/_interfaces.py
#	dubbo/proxy/callables.py
#	dubbo/proxy/handlers.py
#	dubbo/registry/__init__.py
#	dubbo/registry/_interfaces.py
#	dubbo/registry/zookeeper/_interfaces.py
#	dubbo/registry/zookeeper/kazoo_transport.py
#	dubbo/registry/zookeeper/zk_registry.py
#	dubbo/remoting/_interfaces.py
#	dubbo/remoting/aio/__init__.py
#	dubbo/remoting/aio/aio_transporter.py
#	dubbo/remoting/aio/constants.py
#	dubbo/remoting/aio/event_loop.py
#	dubbo/remoting/aio/http2/controllers.py
#	dubbo/remoting/aio/http2/frames.py
#	dubbo/remoting/aio/http2/protocol.py
#	dubbo/remoting/aio/http2/stream.py
#	dubbo/remoting/aio/http2/stream_handler.py
#	dubbo/remoting/aio/http2/utils.py
#	dubbo/serialization/custom_serializers.py
#	dubbo/serialization/direct_serializers.py
#	dubbo/server.py
#	requirements.txt
#	tests/common/tets_url.py
@cnzakii cnzakii requested a review from AlbumenJ August 21, 2024 17:42
@cnzakii
Copy link
Member Author

cnzakii commented Aug 21, 2024

@AlbumenJ PTAL

@AlbumenJ AlbumenJ merged commit 2c38ba6 into apache:main Aug 22, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants