Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.18.0
Description
When turning on Flink reactive mode, it is suggested to convert all setParallelism calls to setMaxParallelism from elastic scaling docs.
With the current implementation of the DataStreamSink class, only the setParallelism function of the Transformation class is exposed - Transformation also has the setMaxParallelism function which is not exposed.
This means for any sink in the Flink pipeline, we cannot set a max parallelism.
Attachments
Attachments
Issue Links
- duplicates
-
FLINK-21711 DataStreamSink doesn't allow setting maxParallelism
- Closed
- links to