-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: 数据面MOSN概念介绍 #203
add: 数据面MOSN概念介绍 #203
Conversation
Deploy preview for istio-handbook ready! Built with commit 39e9492 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议再检查一下文章格式,还有挺多问题。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
还有一些问题需要修改。
MOSN 整体框架采用分而治之的架构思想,其中每一层通过工厂设计模式向外暴露其接口,方便用户灵活的注册自身的需求,采用协程池的方式使得用户以同步的编码风格达到异步的异曲同工之妙。通过协程的类型 MOSN 中分为 read 和 proxy worker 两大类协程,read 协程主要是处理网络的读取及协议解析,proxy worker 协程用来完成读取后数据的加工、路由、转发等,其架构如下图所示: | ||
|
||
![concepts-mosn-goroutine](../images/concepts-mosn-goroutine.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
图不清晰,不过这个可以后续改。
/LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rootsongjc, wangfakang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Issue-ID: #67
Signed-off-by: Fakang Wang fakangwang@gmail.com
提交 PR 后请先自查以下内容:
add: 文档标题
,修改已有内容的文档update:文档标题
。声明
我认可本书的版权信息:本书著作权归属于 ServiceMesher 社区,我将保留对所修改内容的署名权。
我已阅读参与贡献说明,并加入了 istio-handbook-wg GitHub team。