You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/07/12 16:51:53 UTC

[dubbo-go] branch develop updated: Add: ftr 577

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8347779  Add: ftr 577
8347779 is described below

commit 8347779dcfb415686b31721172a725829bf26f04
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Mon Jul 13 00:51:38 2020 +0800

    Add: ftr 577
---
 CHANGE.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGE.md b/CHANGE.md
index 3e48db1..4a75ad3 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -13,6 +13,7 @@
     - [Etcd metadata report](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/metadata/report/etcd/report.go)
     - [Etcd metadata service discovery](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/registry/etcdv3/service_discovery.go)
 - [Support grpc json protocol](https://github.com/apache/dubbo-go/pull/582)
+- [Ftr: using different labels btw provider and consumer, k8s service discovery across namespaces](https://github.com/apache/dubbo-go/pull/577 )
 
 ### Enhancement
 - [Optimize err handling ](https://github.com/apache/dubbo-go/pull/536/)