You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/04/13 06:28:05 UTC

[jira] [Updated] (FLINK-21711) DataStreamSink doesn't allow setting maxParallelism

     [ https://issues.apache.org/jira/browse/FLINK-21711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yun Gao updated FLINK-21711:
----------------------------
    Fix Version/s: 1.16.0

> DataStreamSink doesn't allow setting maxParallelism
> ---------------------------------------------------
>
>                 Key: FLINK-21711
>                 URL: https://issues.apache.org/jira/browse/FLINK-21711
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataStream
>    Affects Versions: 1.11.3, 1.12.2, 1.13.0
>            Reporter: Robert Metzger
>            Priority: Minor
>              Labels: auto-deprioritized-major
>             Fix For: 1.15.0, 1.11.7, 1.12.8, 1.16.0
>
>
> It seems that we can only set the max parallelism of the sink only via this internal API:
> {code}
>         input.addSink(new ParallelismTrackingSink<>()).getTransformation().setMaxParallelism(1);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)