javier_orta
javier_orta

Reputation: 477

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

Upvotes: 3

Views: 523

Answers (1)

Chesnay Schepler
Chesnay Schepler

Reputation: 1280

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.

Upvotes: 1

Related Questions