bbende commented on code in PR #10876:
URL: https://github.com/apache/nifi/pull/10876#discussion_r2783568524


##########
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:
   Minor - would consider updating the default `nifi.properties` to include 
these



-- 
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]

Reply via email to