Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write from Apache Flink to Elasticsearch

I am trying to connect Flink to Elasticsearch and when I run the Maven project I have this error :

enter image description here

or another way to do it, I am using this example : https://github.com/keiraqz/KafkaFlinkElastic

like image 613
javier_orta Avatar asked Jan 19 '26 17:01

javier_orta


1 Answers

The example you linked depends on various Flink modules with different version which is highly discouraged. Try setting them all to one version and see if this fixes the issue.

like image 114
Chesnay Schepler Avatar answered Jan 21 '26 09:01

Chesnay Schepler