Skip to content

Set max parallelism explicitly

Ebernhardson requested to merge work/ebernhardson/max-parallelism into main

Per the flink production readiness checklist we should set an explicit max parallelism. 1024 was chosen, somewhat arbitrarily, as a large enough value that, optimistically, only a significant rearchitecture of the application might require it to be set higher.

Bug: T346718

Merge request reports