taoyuanyuan
taoyuanyuan
have any doc about limit CPU time? thx https://github.com/proxy-wasm/spec/blob/master/docs/WebAssembly-in-Envoy.md ``` Configurable resource constraints Each configured Proxy-Wasm extension can set resource constraints (maximum memory each VM can allocate, and maximum CPU...
### The New Feature We can support custom connnpool by supporting registration ### Your scenes Describe your use scenes (why need this feature). ### Your advice Describe the advice or...
### The New Feature 1. support commands (stop, reload ...) 2. optimal log ``` ./mosn-0.23 2021-06-16 15:52:41,948 [INFO] register a new handler maker, name is default, is default: true 2021-06-16...
### The New Feature like `connection_idle_timeout` supported by downstreamConn. https://github.com/mosn/mosn/blob/74353b469d6eb3754640fd739375520a50d6cb56/pkg/config/v2/server.go#L72 ### Your scenes Describe your use scenes (why need this feature). ### Your advice Describe the advice or solution of...
### The New Feature https://www.kernel.org/doc/Documentation/networking/tproxy.txt https://pkg.go.dev/github.com/LiamHaworth/go-tproxy ### Your scenes Describe your use scenes (why need this feature). ### Your advice Describe the advice or solution of this new feature. ###...
### The New Feature improve circuit_breakers https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/circuit_breaker.proto#envoy-v3-api-msg-config-cluster-v3-circuitbreakers-thresholds ``` { "priority": "...", "max_connections": "{...}", "max_pending_requests": "{...}", "max_requests": "{...}", "max_retries": "{...}", "retry_budget": "{...}", "track_remaining": "...", "max_connection_pools": "{...}" } ``` ### Your scenes...
### The New Feature http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt ### Your scenes Describe your use scenes (why need this feature). ### Your advice Describe the advice or solution of this new feature. ### Environment...
### The New Feature how to use variable to config route and metadata ### Your scenes Describe your use scenes (why need this feature). ### Your advice Describe the advice...
### The New Feature https://github.com/mosn/mosn/blob/master/pkg/log/README.md ### Your scenes Describe your use scenes (why need this feature). ### Your advice Describe the advice or solution of this new feature. ### Environment...
### The New Feature add router match samples. ``` type RouterMatch struct { Prefix string `json:"prefix,omitempty"` // Match request's Path with Prefix Comparing Path string `json:"path,omitempty"` // Match request's Path...