futurewei-cloud / alcor

Alcor: Cloud native SDN platform powered by Kubernetes and Istio
MIT License
32 stars 33 forks source link

[DPM] Add gRPC/MQ auto switch mechanism #742

Closed VanderChen closed 2 years ago

VanderChen commented 2 years ago

In this PR,

  1. gRPC/MQ path switch logic is added in PathManagerService
  2. a new cache is added, which stores the current chosen path for each VPC.

The gRPC only mode has passed the Jenkins test.