You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "MikeThomsen (via GitHub)" <gi...@apache.org> on 2023/05/01 16:21:31 UTC

[GitHub] [nifi] MikeThomsen commented on a diff in pull request #7213: NIFI-11221 Removed client configuration from AbstractMongoProcessor.

MikeThomsen commented on code in PR #7213:
URL: https://github.com/apache/nifi/pull/7213#discussion_r1181694335


##########
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/PutMongoRecord.java:
##########
@@ -266,10 +265,7 @@ public void onTrigger(final ProcessContext context, final ProcessSession session
             error = true;
         } finally {
             if (!error) {
-                String url = clientService != null

Review Comment:
   It should be because in 2.0 we're going client service only for configuring connections.



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org