You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2018/11/15 08:17:25 UTC

[incubator-dubbo-ops.wiki] branch master updated: Updated Dubbo 2.7 (markdown)

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

min pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ddfd1b  Updated Dubbo 2.7 (markdown)
1ddfd1b is described below

commit 1ddfd1b77e0389c49adaf12b7aba1760cf0f791d
Author: min <z8...@gmail.com>
AuthorDate: Thu Nov 15 16:17:24 2018 +0800

    Updated Dubbo 2.7 (markdown)
---
 Dubbo-2.7.md | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/Dubbo-2.7.md b/Dubbo-2.7.md
index f0c3d80..b05a488 100644
--- a/Dubbo-2.7.md
+++ b/Dubbo-2.7.md
@@ -43,8 +43,16 @@
    ```
 
 ### 其他
-* 兼容性  
-  * 单个数据源/多个数据源
-  * 服务端只有一个版本,2.6或者2.7
-  * 同一个服务下的客户端存在多个版本,不同版本的客户端看到的信息会不一样
-  * 路由规则,动态规则配置的时候,低版本的服务端做了高版本的配置
+### 兼容性
+* 升级到2.7以后,老的配置信息还在原来的注册中心上
+* 只有2.7的服务可以发布标签路由
+#### 配置发布
+* 面向Provider的配置: 
+  * 应用级别: 找到应用内的任意一个服务,如果是2.7的直接发,2.6的拒绝
+  * 服务级别: 2.7的服务直接发,2.6的拒绝
+* 面向Consumer的配置 
+  * 应用级别: 直接放到应用的Consumer下
+  * 服务级别: 遍历服务consumer的版本,2.7的发到配置中心,2.6的按照老的格式发到zk
+
+#### 配置读取
+* 2.6版本的服务,从注册中心上读取,2.7版本的服务, 从配置的数据源读取