This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.
from d46f331 test: Design integration testcase of the whole process for
provider service exposure (#8296)
add 676f5eb [3.0] Add Dynamic Configuration Override Support For
ServiceDiscovery (#8300)
No new revisions were added by this update.
Summary of changes:
.../org/apache/dubbo/rpc/cluster/Constants.java | 1 +
.../dubbo/config/bootstrap/DubboBootstrap.java | 2 +
.../java/org/apache/dubbo/registry/Constants.java | 1 +
.../client/OverrideInstanceAddressURL.java | 286 +++++++++++++++++++++
.../client/ServiceDiscoveryRegistryDirectory.java | 173 ++++++++++++-
.../store/InMemoryWritableMetadataService.java | 59 +++--
.../registry/integration/RegistryProtocol.java | 5 +-
7 files changed, 502 insertions(+), 25 deletions(-)
create mode 100644
dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/OverrideInstanceAddressURL.java