You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 18:16:48 UTC

[GitHub] [beam] damccorm opened a new issue, #20606: Dataflow's UnboundedReaderIterator should support overriding default bundle size targets

damccorm opened a new issue, #20606:
URL: https://github.com/apache/beam/issues/20606

   Currently, the UnboundedReaderIterator will read until 10k elements have been read or 10s have passed.  This works for most pipelines, but is insufficient for pipelines that either require very high throughput or require low latency.  We should make these values controllable via a PipelineOption, probably under DataflowPipelineDebugOptions.
   
   The constants are defined here: https://github.com/apache/beam/blob/master/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/WorkerCustomSources.java#L757
   
   Imported from Jira [BEAM-10984](https://issues.apache.org/jira/browse/BEAM-10984). Original Jira may contain additional context.
   Reported by: millsd@google.com.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org