kevdoran commented on code in PR #10857:
URL: https://github.com/apache/nifi/pull/10857#discussion_r2766149485
##########
nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java:
##########
@@ -139,8 +139,10 @@ public class NiFiProperties extends ApplicationProperties {
public static final String STATUS_REPOSITORY_QUESTDB_PERSIST_BATCH_SIZE =
"nifi.status.repository.questdb.persist.batchsize";
public static final String STATUS_REPOSITORY_QUESTDB_PERSIST_FREQUENCY =
"nifi.status.repository.questdb.persist.frequency";
- // Connector Repository properties
+ // Connector Manager properties
+ public static final String CONNECTOR_MANAGER_IMPLEMENTATION =
"nifi.components.connectors.manager.implementation";
Review Comment:
- [ ] Remove `CONNECTOR_MANAGER_IMPLEMENTATION` as that is no longer
intended to be configurable via properties
--
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]