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

Eric Xiao updated FLINK-31873:
------------------------------
    Description: 
When turning on Flink reactive mode, it is suggested to convert all 
{{setParallelism}} calls to {{setMaxParallelism from the }}[elastic scaling 
docs|https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/deployment/elastic_scaling/#configuration].

With the current implementation of the {{DataStreamSink}} class, only the 
{{[setParallelism|https://github.com/apache/flink/blob/master/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/DataStreamSink.java#L172-L181]}}
 function of the 
{{[Transformation|https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/api/dag/Transformation.java#L248-L285]}}
 class is exposed - {{Transformation}} also has the 
{{[setMaxParallelism|https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/api/dag/Transformation.java#L277-L285]}}
 function which is not exposed.

  was:
When turning on Flink reactive mode, it is suggested to convert all 
`setParallelism` calls to `setMaxParallelism`, [elastic 
scaling|https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/deployment/elastic_scaling/#configuration].

With the current implementation of the `DataStreamSink`, only the 
[`setParallelism` 
function|https://github.com/apache/flink/blob/master/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/DataStreamSink.java#L172-L181]
 of the [`Transformation` class is exposed - `Transformation` also has the 
`setMaxParallelism` function which is not 
exposed|https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/api/dag/Transformation.java#L248-L285].


> Add setMaxParallelism to the DataStreamSink Class
> -------------------------------------------------
>
>                 Key: FLINK-31873
>                 URL: https://issues.apache.org/jira/browse/FLINK-31873
>             Project: Flink
>          Issue Type: Bug
>          Components: API / DataStream
>            Reporter: Eric Xiao
>            Priority: Blocker
>
> When turning on Flink reactive mode, it is suggested to convert all 
> {{setParallelism}} calls to {{setMaxParallelism from the }}[elastic scaling 
> docs|https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/deployment/elastic_scaling/#configuration].
> With the current implementation of the {{DataStreamSink}} class, only the 
> {{[setParallelism|https://github.com/apache/flink/blob/master/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/DataStreamSink.java#L172-L181]}}
>  function of the 
> {{[Transformation|https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/api/dag/Transformation.java#L248-L285]}}
>  class is exposed - {{Transformation}} also has the 
> {{[setMaxParallelism|https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/api/dag/Transformation.java#L277-L285]}}
>  function which is not exposed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to