markap14 commented on code in PR #6433:
URL: https://github.com/apache/nifi/pull/6433#discussion_r975581442
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/serialization/AffectedComponentSet.java:
##########
@@ -80,6 +81,7 @@ public class AffectedComponentSet {
private final Set<ControllerServiceNode> controllerServices = new
HashSet<>();
private final Set<ReportingTaskNode> reportingTasks = new HashSet<>();
private final Set<ParameterProviderNode> parameterProviders = new
HashSet<>();
+ private final Set<FlowRegistryClientNode> flowRegistryClients = new
HashSet<>();
Review Comment:
The code here keeps track if Flow Registry Clients if ever they are added
(but I don't think they ever should be). But we never do anything with them if
they are added. I don't think we need to modify this class at all.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]