acrites commented on code in PR #31822:
URL: https://github.com/apache/beam/pull/31822#discussion_r1690483459
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/streaming/config/StreamingEngineComputationConfigFetcher.java:
##########
@@ -187,6 +194,18 @@ private static StreamingEnginePipelineConfig
createPipelineConfig(StreamingConfi
pipelineConfig.setMaxWorkItemCommitBytes(config.getMaxWorkItemCommitBytes().intValue());
}
+ if (shouldPerformOutputSizeChecks && config.getOperationalLimits() !=
null) {
Review Comment:
I did. It's hidden in StreamingDataflowWorker.java where we call
`StreamingEngineComputationConfigFetcher.create()`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]