spring-cloud-alibaba icon indicating copy to clipboard operation
spring-cloud-alibaba copied to clipboard

feat: Support pilot-agent connection

Open 123liuziming opened this issue 1 year ago • 0 comments

  1. We support to connect to pilot-agent xds proxy to avoid user filling in unnecessary information. a. To connect to pilot-agent, we must only establish one ads-stream, so we refactor the code in protocol subdirectory.
  2. Refer to the envoy implementation, we use reconnect timing tasks instead of polling istio control plane to reduce resource consumption.

123liuziming avatar Apr 30 '23 03:04 123liuziming