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 374b54d  Created Dubbo Admin兼容性说明 (markdown)
374b54d is described below

commit 374b54d08b589c2bebd70cfc50b68ae5e22b8eff
Author: min <[email protected]>
AuthorDate: Fri Jan 11 15:49:17 2019 +0800

    Created Dubbo Admin兼容性说明 (markdown)
---
 ...\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
"a/Dubbo-Admin\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" 
"b/Dubbo-Admin\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md"
new file mode 100644
index 0000000..f199cb8
--- /dev/null
+++ 
"b/Dubbo-Admin\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md"
@@ -0,0 +1,6 @@
+* 目前Dubbo主要版本有两个:Dubbo 2.7和Dubbo 2.6
+* 两个版本最大的差异,在于配置管理中心。Dubbo 2.6版本所有数据都存在注册中心上,Dubbo 2.7版本分成了注册中心,配置中心,和元数据中心。
+* Dubbo Admin对于配置管理的操作,配置方式和Dubbo 2.7的模式一样,详见[Dubbo 
Admin配置说明](https://github.com/apache/incubator-dubbo-ops/wiki/Dubbo-Admin%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E),并且兼容Dubbo
 2.6的版本,这里的“兼容”是指: 
+  * 服务级别的配置,都会按照Dubbo 2.7和Dubbo 2.6两种格式分别写入,保证Dubbo 2.6的服务能够正确解析对应的规则
+  * 应用级别的配置(包括标签路由),只会按照Dubbo 2.7的格式写入,因为Dubbo 2.6中没有这个特性  
+  * Dubbo Admin只会按照Dubbo 2.7的格式去读取配置,因此所有在Admin上配置规则都可以读到,但是之前在注册中心上遗留的Dubbo 
2.6格式的规则,不会展示在Dubbo Admin,也不能在Dubbo Admin上进行操作。  

Reply via email to