antJack

Results 8 issues of antJack

Recently I implemented the hose side of proxy wasm abi spec in Golang The project was originally used for MOSN, another data plane for service mesh(kind of like Envoy). Lately,...

Related Issue: https://github.com/mosn/mosn/issues/1959

cla:yes
size/XL

Currently MOSN only support the configuration of `udsPath` and `statPrefix` for sds grpc client: ![image](https://user-images.githubusercontent.com/52443884/154239924-416f0bdf-426f-42e4-b24e-8b2049bd9927.png) This issue requests for `initial_metadata` for sds grpc client, refer to: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/grpc_service.proto#config-core-v3-grpcservice

the variable mechanism should be improved: 1. more docs 2. allow indexed(cached) variable that only equipped with getter 3. add `Get` method for `Variable` interface, ref: [#1946 (comment)](https://github.com/mosn/mosn/pull/1946#discussion_r791716687)

![image](https://user-images.githubusercontent.com/52443884/98344755-abfdb180-204e-11eb-97f0-4552d08963dd.png) According to the comment, some properties likes "plugin_root_id" might be proxy-independent and some may not but the function signature of getProperty and setProperty does not provide enough information to...

Recently I used tinygo to compile my go file into wasm, the source file contains the following exported func: ``` //export malloc func malloc(size uint) *byte { buf := make([]byte,...

wasm

Currently we only set upstream connection's idle timeout in case of cluster.idle_timeout > 0: this issue requests the ability to set an idle_timeout = 0, to indicate the indefinite idle...