apisix-mesh-agent
apisix-mesh-agent copied to clipboard
The attched picture shows a simple topo. A nginx proxy service will send request to service: nginx-backend which has 2 versions of pod. When the virtual-service and dest-rule are applied,...
There will be lots of restarts when the pod is up. And the error is shown as below: ``` panic: send on closed channel goroutine 563 [running]: github.com/api7/apisix-mesh-agent/pkg/etcdv3.(*etcdV3).pushEvent.func1(0xc0005200a8, 0x1, 0x1,...
What was observed: 1. Upstream `nodes` was `[]` at first (`ErrRequireFurtherEDS`) 2. `nodes` field is filled because EDS discovery request relaunched. 3. `nodes` field becomes to `null`, which shouldn't happen...
Assuming there are two events sets coming from the provisoner. Sending events non-blockingly will result in the second set (with a higher revision) possibly arriving earlier than the first. To...
installed according to this [doc](https://github.com/api7/apisix-mesh-agent/blob/main/docs/istio-mesh.md) 
Fixes #69
Signed-off-by: Ling Samuel
such as limiting, breaker, route match ? looking forward to this project, hope to enter the production stage as soon as possible.