Is an upsert possible with Kafka Connect to ElasticSearch Is an upsert possible with Kafka Connect to ElasticSearch elasticsearch elasticsearch

Is an upsert possible with Kafka Connect to ElasticSearch


I forked the datamountaineer ES sink connector to allow Upsert. With it you can specify a PK and run an update with docAsUpsert into ES. You can grab the project and compile the Jar from my github fork.