markap14 commented on code in PR #6433:
URL: https://github.com/apache/nifi/pull/6433#discussion_r975583020
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/serialization/RunningComponentSetFilter.java:
##########
@@ -39,6 +41,7 @@ public class RunningComponentSetFilter implements
ComponentSetFilter {
private final Map<String, VersionedControllerService> controllerServices =
new HashMap<>();
private final Map<String, VersionedProcessor> processors = new HashMap<>();
private final Map<String, VersionedReportingTask> reportingTasks = new
HashMap<>();
+ private final Map<String, VersionedFlowRegistryClient> flowRegistryClients
= new HashMap<>();
Review Comment:
I don't see any reason to keep track of the Flow Registry Clients here
either. They are never used. Not sure that they need to be added to
ComponentSetFilter at all, but I might be wrong. Don't see how they'd get used
in that context yet.
--
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]