Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.11.3, 1.12.2, 1.13.0
-
None
Description
It seems that we can only set the max parallelism of the sink only via this internal API:
input.addSink(new ParallelismTrackingSink<>()).getTransformation().setMaxParallelism(1);
Attachments
Issue Links
- is duplicated by
-
FLINK-31873 Add setMaxParallelism to the DataStreamSink Class
- Closed