-
https://github.com/mosn/mosn/blob/d8b4e3d12cbb2d3852d3e7afc00347cc3042ec19/pkg/holmes/holmes.go#L116
https://github.com/mosn/holmes/blob/9588228abde5b8aecd0cae74b9800871e625da4b/options.go#L414
…
-
### The New Feature
Logs are rotated according to time rules, and supports limiting the maximum number of logs and whether to compress them
### Your scenes
Common O&M Requirements
### Your…
-
1、请教下,当前mosn是否支持grpc双向流代理。
从[PR](https://github.com/mosn/mosn/issues/999)上看是支持;
从[ISSUE](https://github.com/mosn/mosn/issues/954)上看不支持;
2、从源码上初步看是基于http2标准库实现了[mhttp2.go](https://github.com/mosn/…
-
### Your question
mosn有以下功能吗?,可否集成?
![image](https://user-images.githubusercontent.com/39721633/165211240-9a367820-46d8-4f09-bf63-b37018514ede.png)
### Environment
- MOSN Version 1.0.0
### …
-
服务发布时一般要做无损发布,涉及到6个事情:新实例启动、新实例健康检查,新实例上线。旧实例下线,旧实例零流量检查(等正在处理的请求处理完),旧实例销毁。
也就是k8s 销毁旧实例时,要先对服务进行零流量检查,确保不会丢失用户请求, 再销毁实例。
那么零流量检查这个事情,mosn/istio 是如何体现呢?
-
目前mosn的镜像(make build && make image)仅仅是作为一个mosn运行的example,没有实际的意义。
希望可以通过make image 可以构建一个可以作为istio sidecar运行的镜像,最好还可以有合适的docker 仓库可以让用户直接pull 获取。
需要解决点应该包括
1. 能够作为sidecar接入的配置,目前mosn镜像的配置是一个exa…
-
Hi
I am happy to reach you, talk about how does mosn plan to send telemetry? As the mesh solution inside China, I want to SkyWalking and mosn integration happens. SkyWalking 6 alpha is ready to go …
-
### Your question
I have running mosn for http sample, i changed the config and reload or stop,but it not working
```
lanrendeMacBook-Pro:http-sample lanren$ mosn start -c config.json
```
`…
-
### Your question
MOSN的config文件如下:
```json
{
"disable_upgrade": true,
"servers":[
{
"default_log_path":"stdout",
"default_log_level": "TRACE",
"routers":[
{
"router_co…
-
```
go vet ./...
# mosn.io/envoy-go-extension/pkg/utils
pkg/utils/string.go:12:22: possible misuse of unsafe.Pointer
pkg/utils/string.go:20:22: possible misuse of unsafe.Pointer
# mosn.io/envoy-…