simonbence commented on code in PR #6433:
URL: https://github.com/apache/nifi/pull/6433#discussion_r976222555
##########
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:
`VersionedFlowSynchronizer#inheritRegistries` uses this information, when
syncing flows. Do we consider it unnecessary?
--
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]