alpreu opened a new pull request #17538: URL: https://github.com/apache/flink/pull/17538
## What is the purpose of the change This pull request creates a Elasticsearch 6 sink based on the new unified sink API (FLIP-143). **bf4244c and 30313bd need no review as they will be part of https://github.com/apache/flink/pull/17374.** ## Brief change log - To ease development shared code between Elasticsearch 6 and 7 connectors was extracted into the `flink-connector-elasticsearch-base` module - The Elasticsearch 5 compatible connector was removed - Many tests were migrated to the JUnit Jupiter API ## Verifying this change This change is already covered by existing tests, such as: * ElasticsearchDynamicSink - ITCase/FactoryTest/Test (for the respective ES versions) ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (yes) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes) - The serializers: (no) - The runtime per-record code paths (performance sensitive): (no) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (yes) - If yes, how is the feature documented? (JavaDocs , also further documentation to be done as a separate task) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
