Max parallelism should be hardcoded in the application and set explicitely on the flink job and/or operators that have a keyed state (windows).
Reference: https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/ops/production_ready/
AC:
- max parallelism is hard-coded and set on operators that require it