Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-25141

Elasticsearch connector customize sink parallelism

    XMLWordPrintableJSON

Details

    Description

      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.

      CREATE TABLE myUserTable (
        user_id STRING,
        user_name STRING,
        PRIMARY KEY (user_id) NOT ENFORCED
      ) WITH (
        'connector' = 'elasticsearch-7',
        'sink.parallelism' = '3'
      ); 

      Attachments

        Issue Links

          Activity

            People

              ana4 Luning Wang
              ana4 Luning Wang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: