[ 
https://issues.apache.org/jira/browse/FLINK-25141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453936#comment-17453936
 ] 

Fabian Paul edited comment on FLINK-25141 at 12/6/21, 10:47 AM:
----------------------------------------------------------------

[~ana4] I have assigned it to you.


was (Author: fabian.paul):
[~ana4] I have assigned to you.

> Elasticsearch connector customize sink parallelism
> --------------------------------------------------
>
>                 Key: FLINK-25141
>                 URL: https://issues.apache.org/jira/browse/FLINK-25141
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / ElasticSearch, Table SQL / Ecosystem
>    Affects Versions: 1.14.0
>            Reporter: Ada Wong
>            Assignee: Ada Wong
>            Priority: Major
>
> Inspired by JDBC and Kafka connector, add a 'sink.parallelism' option, and 
> using SinkProvider#of(sink, sinkParallelism).
> Now this following to set sink parallelism is not supported.
> {code:java}
> CREATE TABLE myUserTable (
>   user_id STRING,
>   user_name STRING,
>   PRIMARY KEY (user_id) NOT ENFORCED
> ) WITH (
>   'connector' = 'elasticsearch-7',
>   'sink.parallelism' = '3'
> ); {code}



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

Reply via email to