[
https://issues.apache.org/jira/browse/NIFI-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978115#comment-15978115
]
ASF GitHub Bot commented on NIFI-1202:
--------------------------------------
Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/1306
Hi @mcgilman,
I've pushed another commit to incorporate your feedback.
As for the default value rendering, I've used 'No value set' as shown below:

However, I didn't set a default value for batch duration, because users may
want to limit batch by only flow file count or data size, for those use-cases,
we shouldn't use duration to limit batch. If we specifies default value from UI
layer, we will not be able to specify blank setting.
Instead, I made the tooltip hint more clearly explain how those
configuration affect to control batch. It works differently for input-port
(client side throttle) and output-port (remote side throttle, client only ask
its preference).
For input port:

For output port:

Finally, for the partial update against DTO, I couldn't come up with better
alternatives so I just updated API documentation. I hope it would be enough.

Please let me know if these updates address your concerns. Thanks again for
your review comments!
> Allow user to configure Batch Size for site-to-site
> ---------------------------------------------------
>
> Key: NIFI-1202
> URL: https://issues.apache.org/jira/browse/NIFI-1202
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework, Core UI, Documentation & Website
> Reporter: Mark Payne
> Assignee: Koji Kawamura
> Attachments: configure-remote-port-window.png,
> WIP-added-batch-settings-ui.png
>
>
> Currently, there is no way for a user to specify the batch size that
> Site-to-Site will use. The framework decides this for you. However, if we
> want to use the List/Fetch Pattern, it will be helpful to specify a small
> batch size so that a small number of things that are listed are still well
> distributed across the cluster.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)