Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1306#discussion_r112593068
--- 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 --
Thanks for the catch. Fixed.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---