[
https://issues.apache.org/jira/browse/NIFI-15919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080171#comment-18080171
]
ASF subversion and git services commented on NIFI-15919:
--------------------------------------------------------
Commit fc08aa897197327baca920640393f07a3b5eed5a in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=fc08aa89719 ]
NIFI-15919: Ensure that we only sync Connectors with Connector Configuration
Provider when necessary (#11231)
Signed-off-by: Kevin Doran <[email protected]>
> 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
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> 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)