kevdoran commented on code in PR #10476:
URL: https://github.com/apache/nifi/pull/10476#discussion_r2523579202
##########
nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/flow/AbstractFlowManager.java:
##########
@@ -732,4 +734,24 @@ private void removeRuleViolationsForSubject(String
identifier) {
ruleViolationsManager.removeRuleViolationsForSubject(identifier);
}
}
+
+ @Override
+ public Set<ComponentNode> getAllListenComponents() {
+
+ final Set<ComponentNode> allListenComponents = new HashSet<>();
+
+ // TODO improve performance by adding hooks to create/delete methods
to keep track of listen components in a new hash map
Review Comment:
Apache Jira is degraded at the moment and I'm unable to create the issue,
but I've made a not for myself to create one.
--
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]