This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
[DPM Optimization] Change List to HashSet in MulticastGoalStateV2 #716
Labels
enhancement
New feature or request
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;
The text was updated successfully, but these errors were encountered: