eduardofontes commented on a change in pull request #4759:
URL: https://github.com/apache/nifi/pull/4759#discussion_r558253304
##########
File path:
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-client-service-api/src/main/java/org/apache/nifi/mongodb/MongoDBClientService.java
##########
@@ -44,6 +44,22 @@
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
.addValidator(StandardValidators.URI_VALIDATOR)
.build();
+ PropertyDescriptor DB_USER = new PropertyDescriptor.Builder()
+ .name("Database User")
Review comment:
I did copy paste from DBCPConnectionPool, so we need to change there
too. But I'll not do this in this PR to not mess.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]