You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
PR #713 changes List to HashSet for efficiency consideration (avoid duplication etc.)
We would like to apply similar changes to other Lists in
https://github.com/futurewei-cloud/alcor/pull/713DPM/src/main/java/com/futurewei/alcor/dataplane/entity/MulticastGoalStateV2.java.
For example,
private List<String> vpcIds; private List<String> topics; private List<String> subTopics;