kevdoran commented on code in PR #10876:
URL: https://github.com/apache/nifi/pull/10876#discussion_r2783626407
##########
nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java:
##########
@@ -142,6 +142,10 @@ public class NiFiProperties extends ApplicationProperties {
// Connector Repository properties
public static final String CONNECTOR_REPOSITORY_IMPLEMENTATION =
"nifi.components.connectors.repository.implementation";
+ // Connector Configuration Provider properties
+ public static final String CONNECTOR_CONFIGURATION_PROVIDER_IMPLEMENTATION
= "nifi.components.connectors.configuration.provider.implementation";
+ public static final String
CONNECTOR_CONFIGURATION_PROVIDER_PROPERTIES_PREFIX =
"nifi.components.connectors.configuration.provider.";
Review Comment:
I added it. I left it blank by default (with a mvn/env override) because
there is no standard implementation by default, it is a nullable/optional
collaborator.
--
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]