futurewei-cloud / alcor

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

[DPM] Map vpcId to hostIp in MulticastGoalStateV2 #728

Closed VanderChen closed 2 years ago

VanderChen commented 2 years ago

In this PR, we map vpcId to hostIp in MulticastGoalStateV2.

  1. List replaced by Map<> for VpcIds in MulticastGoalStateV2.
  2. FunctionUnicastGoalStateV2 and FunctionMulticastGoalStateV2 are added for group-node Pulsar implementation, which uses Pulsar Function sending goal state.
xieus commented 2 years ago

@VanderChen This PR has conflict with master.

@DavidLiu506 could you check if you can help resolve the conflict? Thanks.

DavidLiu506 commented 2 years ago

Works on Jenkins

cj-chung commented 2 years ago

Pass testcases in gPRC mode in Jenkins. For the pulsar mode, we still need to verify it in the Jenkins with MQ environment in the future.