DataflowPipelineBuilder
DataflowPipelineBuilder copied to clipboard
ExecutionDataflowBlockOptions support
It would be great to have the ability to customize ExecutionDataflowBlockOptions
(in order to change i.e. MaxDegreeOfParallelism
or BoundedCapacity
) when adding a block to the pipeline.