api7 / apisix-mesh-agent

Apache License 2.0
78 stars 10 forks source link

bug: same error message spamming #61

Open lingsamuel opened 3 years ago

lingsamuel commented 3 years ago

installed according to this doc

image

tokers commented 3 years ago

Thanks for the report.

tokers commented 3 years ago

Istio has its own server side gRPC keepalive parameters, after a period, the connection will be closed by it. On the client-side, we should detect this error and re-create the client connection.