flink-connector-elasticsearch icon indicating copy to clipboard operation
flink-connector-elasticsearch copied to clipboard

Support multiple updates on a single document in ES8 client

Open TerminaCoder opened this issue 5 months ago • 1 comments

The ability to perform multiple updates on a single Elasticsearch document was available in the ES7 client but is currently not supported in the ES8 client.This PR introduces this feature in the ES8 client to align with ES7 functionality and support use cases requiring multiple update operations on the same document within a single lifecycle.

TerminaCoder avatar Jun 30 '25 03:06 TerminaCoder