Mark Payne created NIFI-15919:
---------------------------------
Summary: When flow is saved, we always sync Connectors with
provider, which is expensive
Key: NIFI-15919
URL: https://issues.apache.org/jira/browse/NIFI-15919
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Mark Payne
Assignee: Mark Payne
Whenever we save the flow, we obtain a list of Connectors from the
ConnectorRepository. The ConnectorRepository then calls `syncFromProvider`.
This is what we typically want when obtaining a list of Connectors to provide
back to clients, but it should not be done when we are saving the flow.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)