flink-connector-elasticsearch
flink-connector-elasticsearch copied to clipboard
Support multiple updates on a single document in ES8 client
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.