You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mcgilman <gi...@git.apache.org> on 2017/04/20 14:03:45 UTC

[GitHub] nifi pull request #1306: NIFI-1202: Site-to-Site batch settings.

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

    https://github.com/apache/nifi/pull/1306#discussion_r112461210
  
    --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java ---
    @@ -176,6 +179,49 @@ public void setConnected(Boolean connected) {
             this.connected = connected;
         }
     
    +    /**
    +     * @return preferred number of flow files to include in a transaction
    +     */
    +    @ApiModelProperty(
    +            value = "Preferred number of bytes to include in a transaction."
    --- End diff --
    
    The description should say 'number of flow files' (not bytes).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---