1 Star 0 Fork 22

̶w̶o̶l̶f̶ / sofa-mosn

forked from SOFAStack / sofa-mosn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 3.02 KB
一键复制 编辑 原始数据 按行查看 历史
nejisama 提交于 2019-03-29 17:31 . fix commit

MOSN Project

Build Status codecov Go Report Card license

MOSN, the short name of Modular Observable Smart Network, is a powerful proxy acting as Service Mesh's data plane like Envoy but written in GoLang. MOSN supports Envoy and Istio's APIs and can be integrated with Istio, so we use MOSN instead of Envoy in SOFAMesh. The initial version of MOSN was jointly contributed by Ant Financial and UC Business Unit of Alibaba, and we look forward to the community to participate in the follow-up development and build an open source excellent project together.

Develop States

After our efforts, MOSN’s 0.4.0 version has achieved a lot of improvement on performance and stability, we expect to release 0.5.0 version at the end of May 2019, which will be an stable version used in AntFin’s production environment. Before that, we will release the latest version named 0.4.x at the end of every month to synchronize the changes from March 2019.

MOSN Introduction

Features

  • Integrated with Istio
    • Integrated with Istio version 1.0 and V4 API and can be run based on full dynamic resource configuration
  • Packet Forwarding
    • Self-contained network server
    • Support TCP proxy
    • Support TProxy mode
  • Multi-protocol support
    • HTTP/1.1,HTTP/2.0
    • SOFARPC
    • Dubbo(based on XProtocol)
  • Routing support
    • Routing in form of virtual host
    • Routing with headers/url/prefix
    • Routing with host metadata in form of subset
    • Routing retry
  • Cluster Management & Load Balance support
    • Connection pool
    • Circuit Breaker
    • Health Checker
    • Random/RR LoadBalance
    • Subset LoadBalance with host's metadata
  • Observable
    • Network layer data
    • Protocol data
  • TLS support
    • HTTP/1.x on TLS
    • HTTP/2 on TLS
    • SOFARPC on TLS
  • Process management
    • Smooth reload
    • Smooth upgrade
  • Scalable ability
    • Support self-defined private protocol
    • Scalable Network/IO ,stream layer

Quick Start

Docs

Community

Version

Contribution

  • How to contribute the code
  • MOSN is still in its infancy with many capabilities need to be completed, so we welcome everyone to participate in and commit code together.

Thanks

Thanks to Google, IBM, Lyft for creating the Envoy and Istio system, so that MOSN has a very good reference and we can quickly land our own ideas.

Go
1
https://gitee.com/wolf-hw/sofa-mosn.git
git@gitee.com:wolf-hw/sofa-mosn.git
wolf-hw
sofa-mosn
sofa-mosn
master

搜索帮助