lwn3148 opened a new pull request, #135:
URL: https://github.com/apache/flink-connector-elasticsearch/pull/135

   Currently, the Elasticsearch 8 connector lacks a Table API sink 
implementation. This contribution adds a Table sink to the connector. To 
maintain configuration consistency with existing Elasticsearch connectors 
(e.g., ES 6/7), some utility classes and configuration definitions were 
directly reused from the base module, but the configuration options are adapted 
to the capabilities of the Elasticsearch8AsyncSink.
   
   Key configuration changes include:
   
   **Removed** options not supported by Elasticsearch8AsyncSink:
     - sink.bulk-flush.backoff.strategy
     - sink.bulk-flush.backoff.max-retries
     - sink.bulk-flush.backoff.delay
   
   **Added** new options:
     - sink.bulk-flush.max-buffered-actions
     - ssl.certificate-fingerprint
   
   **Retained and aligned** all other options with the Elasticsearch8AsyncSink 
configuration.


-- 
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]

Reply via email to