liubao68 commented on a change in pull request #258:
URL: https://github.com/apache/servicecomb-docs/pull/258#discussion_r812833485



##########
File path: java-chassis-reference/zh_CN/docs/references-handlers/governance.md
##########
@@ -73,16 +73,11 @@ servicecomb:
         - headers:
           Authentication: 
             prefix: Basic
-      services: helloService
 ```
 
 一个流量对应一个 Key, userLoginAction 为 Key 的名称。 一个流量可以定义多个标记规则,每个标记规则里面可以定义 `apiPath`,
 `method`, `headers` 匹配规则。 不同标记规则是或的关系,匹配规则是与的关系。
 
-`services` 是治理规则公共属性,指出这个限流规则的生效范围。在应用系统设计的规程中,流量标记、治理规则对于所有微服务都是可见的,一个微服务只会启用
-`services` 包含自己的规则。这个属性可选,表示这条规则默认生效。可以使用 `example:1.0.0` 
格式指明服务和版本,多个服务用逗号分隔,比如:
-`foo:1.0.0,bar`。
-

Review comment:
       governance.md的整体内容建议删除。 只保留前面的概述和对cse文档链接。 如下:
   
   
   ```
   # 基于动态配置的流量特征治理
   基于动态配置的流量特征治理旨在提供一种通用的,适合不同语言、不同微服务开发框架的治理规则。治理规则规定了微服务治理的过程、治理的策略,
   可以使用不同的开发框架、技术实现治理规则约定的治理能力。
   开发者可以在 [ServiceComb Java Chassis][java-chassis], [Go 
Chassis][go-chassis],[Spring Cloud][spring-cloud],
   [Dubbo][dubbo] 中使用该功能。
   [ServiceComb Java Chassis][java-chassis] 提供了实现 SDK,可以将其用于其他开发框架。SDK 默认采用 
[Resilience4j][resilience4j]
   实现治理过程。规范没有约束治理过程的实现框架,可以很方便的使用其他的治理框架实现治理过程。
   
   详细的开发指南参考: https://support.huaweicloud.com/devg-cse/cse_devg_0026.html
   
   ```
   
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to