This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git
from 6f93320 Merge pull request #42 from yang20150702/main
new 30b9c1a refactor(dubbo): use registry protocol plugin to init protocol
new ee0ca33 refactor(config): add provider config
new a6c9a70 Merge branch 'apache:main' into main
new d403771 refactor(dubbo): add services to save related protocol_urls
and registry_urls
new fe1ac19 Rft(dubbo): use registry_url and service_url to impl
registry_protocol plugin
new ce2b48d Doc: add config doc
new 320c207 Merge pull request #48 from yang20150702/main
The 153 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
config/src/config.rs | 20 ++++++++++
config/src/lib.rs | 1 +
config/src/{protocol.rs => provider.rs} | 46 +++++++++++-----------
docs/config.md | 15 ++++++++
dubbo/src/common/consts.rs | 4 +-
dubbo/src/common/url.rs | 3 +-
dubbo/src/framework.rs | 38 +++++++++++--------
dubbo/src/registry/memory_registry.rs | 7 ++--
dubbo/src/registry/protocol.rs | 67 +++++++++++++++++++++------------
9 files changed, 136 insertions(+), 65 deletions(-)
copy config/src/{protocol.rs => provider.rs} (52%)
create mode 100644 docs/config.md