Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.14.0
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
- duplicates
-
FLINK-19943 Support sink parallelism configuration to ElasticSearch connector
- Closed
-
FLINK-25563 Support sink parallelism configuration to Elasticsearch connector
- Closed
- links to