You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Paul (Jira)" <ji...@apache.org> on 2022/01/10 09:48:00 UTC

[jira] [Updated] (FLINK-25141) Elasticsearch connector customize sink parallelism

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

Fabian Paul updated FLINK-25141:
--------------------------------
    Affects Version/s: 1.15.0

> 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, 1.15.0
>            Reporter: Ada Wong
>            Assignee: Ada Wong
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> 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)