This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 92faeb7 update notes for apollo and CSE 1.0 (#319)
92faeb7 is described below
commit 92faeb72e4fc10950a4e5fbb2fb7cddca8728449
Author: liubao68 <[email protected]>
AuthorDate: Fri Jan 19 14:39:59 2024 +0800
update notes for apollo and CSE 1.0 (#319)
---
java-chassis-reference/zh_CN/docs/config/config-service.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/java-chassis-reference/zh_CN/docs/config/config-service.md
b/java-chassis-reference/zh_CN/docs/config/config-service.md
index e7506de..25e84ff 100644
--- a/java-chassis-reference/zh_CN/docs/config/config-service.md
+++ b/java-chassis-reference/zh_CN/docs/config/config-service.md
@@ -117,6 +117,8 @@ servicecomb:
## 使用 Apollo
+>>> 注意:本实现注意作为适配 Apollo 的参考。不建议在生产环境使用。 如果在生产环境使用,建议基于 Apollo 提供的 SDK 自行扩展实现。
+
[Apollo](https://github.com/ctripcorp/apollo) 是携程框架部门研发的分布式配置中心。
Apollo的下载安装请参考官网介绍。
```xml
@@ -143,6 +145,8 @@ apollo:
## 华为云CSE1.0配置中心
+>>> 注意:CSE1.0配置中心已经逐步下线, 本实现仅供遗留功能使用,新功能不建议使用。
+
华为云CSE1.0配置中心是华为云CSE产品的一个部件,java-chassis 最早使用它作为配置中心。 对接这个配置中心的代码在 config-cc
模块实现。
可以从[轻量化微服务引擎](https://cse-bucket.obs.myhwclouds.com/LocalCSE/Local-CSE-1.0.3.zip)下载本地使用的版本。也可以