spring-cloud-alibaba
spring-cloud-alibaba copied to clipboard
feat: Support pilot-agent connection
- 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.
- Refer to the envoy implementation, we use reconnect timing tasks instead of polling istio control plane to reduce resource consumption.