You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by pvillard31 <gi...@git.apache.org> on 2018/05/24 15:26:11 UTC

[GitHub] nifi pull request #2448: NIFI-4838 Added configurable progressive commits to...

Github user pvillard31 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2448#discussion_r190627002
  
    --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java ---
    @@ -123,6 +124,7 @@
                 .displayName("Batch Size")
                 .description("The number of elements returned from the server in one batch.")
                 .required(false)
    +            .expressionLanguageSupported(true)
    --- End diff --
    
    Can you use the scope?


---