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

Apache Flink connector for ElasticSearch

Results 23 flink-connector-elasticsearch issues
Sort by recently updated
recently updated
newest added

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

component=Connectors/Elasticsearch

When using flink-connector-elasticsearch8 ver. 3.1.0-1.20 with flink ver. 1.20.1, the retry of failed index operations has two problems: 1. the isRetryable method is testing error.getCause() which is null in case...

component=Connectors/Elasticsearch

When using flink-connector-elasticsearch8 ver. 3.1.0-1.20 with flink ver. 1.20.1, restore checkpoint state in the connector fails the NullPointerException for ArrayList: ` 2025-05-12 08:14:09 com.esotericsoftware.kryo.KryoException: java.lang.NullPointerException Serialization trace: _children (com.fasterxml.jackson.databind.node.ArrayNode) _children...

component=Connectors/Elasticsearch
component=Documentation