WillemJiang commented on a change in pull request #127: update deploy logic
and make arc and setup-env docs migration
URL:
https://github.com/apache/incubator-servicecomb-website/pull/127#discussion_r207536871
##########
File path: _users/cn/servicecomb-introduction.md
##########
@@ -1,38 +1,21 @@
---
-title: "Java Chassis系统架构"
+title: "用户手册"
lang: cn
ref: servicecomb-introduction
permalink: /cn/users/
-excerpt: "Java Chassis系统架构"
+excerpt: "用户手册"
last_modified_at: 2017-06-14T10:01:43-04:00
redirect_from:
- /theme-setup/
---
{% include toc %}
-## 框架概述
-{: .align-center}
-## 主要设计意图
+## [Java Chassis](/users/servicecomb-java-chassis-doc/zh_CN/){:target="_blank"}
+• ⾼性能的微服务框架,提供服务注册发现以及动态配置管理,以及限流降级,容错熔 断等服务治理功能
+## [Service
Center](https://github.com/apache/incubator-servicecomb-saga){:target="_blank"}
+• 基于Etcd⾼性能,⾼可⽤服务注册中⼼
-1.编程模型和通信模型分离,不同的编程模型可以灵活组合不同的通信模型。应用开发者在开发阶段只关注接口开发,部署阶段灵活切换通信方式;支持legacy系统的切换,legacy系统只需要修改服务发布的配置文件(或者annotation),而不需要修改代码。
-
-现阶段支持SpringMVC、JAX-RS和透明RPC三种开发方式。
-
-2.内建API-first支持。通过契约规范化微服务开发,实现跨语言的通信,并支持配套的软件工具链(契约生成代码、代码生成契约等)开发,构建完整的开发生态。
-
-3.定义了常用的微服务运行模型,将微服务从发现到交互过程中的各种容错手段都封装起来。该运行模型支持自定义和扩展。
-
-## 模块说明
-
-| 类型 | artifact id | 是否可选 | 功能说明 |
-| :--- | :--- | :--- | :--- |
-| 编程模型 | provider-pojo | 是 | 提供RPC开发模式 |
-| 编程模型 | provider-jaxrs | 是 | 提供JAX RS开发模式 |
-| 编程模型 | provider-springmvc | 是 | 提供Spring MVC开发模式 |
-| 通信模型 | transport-rest-vertx | 是 | 运行于HTTP之上的开发框架,不依赖WEB容器,应用打包为可执行jar |
-| 通信模型 | transport-rest-servlet | 是 | 运行于WEB容器的开发框架,应用打包为war包 |
-| 通信模型 | transport-highway | 是 | 提供高性能的私有通信协议,仅用于java之间互通。 |
-| 运行模型 | handler-loadbalance | 是 | 负载均衡模块。提供各种路由策略和配置方法。一般客户端使用。 |
-| 运行模型 | handler-bizkeeper | 是 | 和服务治理相关的功能,比如隔离、熔断、容错。 |
-| 运行模型 | handler-tracing | 是 | 调用链跟踪模块,对接监控系统,吐出打点数据。 |
+##
[Saga](https://github.com/apache/incubator-servicecomb-service-center){:target="_blank"}
Review comment:
这块链接也不对,saga对上service center了。
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services