-
### Your question
mosn是不是upstream的数据buffer好了后才发送给downstream?或者说server sent event、渐进式jpeg这类的数据,我想客户端是实时展示网络数据,mosn代理之后客户端还能实时接受数据吗?
### Environment
- MOSN Version
### Logs
- Paste the logs…
-
### Goal
Design Metrics application-level indicator monitoring API
### Progress
We can first refer to some information and define a first version of the API.
### Reference
https://githu…
-
2022 主要是推动 MOE 演进,对接更多的生态组件,发布 MOSN 1.0,以及开源一个新的开箱即用的产品。
同时,随着 MOSN 的落地用户越来越多,稳定性建设也是今年的重点发展方向,让大家放心用,用得放心。
欢迎大家一起讨论交流~ 玩得开心~
![image](https://user-images.githubusercontent.com/570391/154647281…
-
first:
error message:
go build: -i flag is deprecated
# mosn.io/mosn/pkg/shm
..\..\..\pkg\shm\shm.go:50:15: undefined: syscall.Mmap
..\..\..\pkg\shm\shm.go:50:50: undefined: syscall.PROT_WRITE
…
-
### Your question
Mosn 支持 ExtAuth 么?对应于 envoy ext_authz
-
Based on Dubbo 3.0 to slim Dubbo, only retain the core RPC capabilities, consider the capabilities that Service Mesh can provide natively, and strip the existing governance capabilities to enable Dubb…
-
TODO
-
-
背景介绍
======
MOSN 在 Service Mesh 领域作为东西向 RPC 服务治理网络转发组件已经在社区很多公司都得到了一定实践,为了进一步节省研发运维等相关成本,目前业界也有很多公司在考虑把东西向和南北向数据转发面统一。MOSN 在作为东西 Sidecar 场景当前性能足以,但在作为南北向网关会有一定性能上限(比如单机百万级长连接、高并发等场景)。
解决方案(草案)
…
-
### Fix
Fix build `mosn.io/mosn/pkg/mtls/crypto/tls` with BabaSSL on Windows
### Your scenes
Windows go 客户端程序用 `mosn.io/mosn/pkg/mtls/crypto/tls` 包的 Dial 和 Connection ,
通过 CGO 调用 BabaSSL ,使用…