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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to