Hi Ralf,
Have you tried _only_ adding flink-sql-connector-kafka-1.17.1.jar to the
lib directory of your Flink deployment? It is a fat JAR, with all the
dependencies shaded into it, so when you add them separately again, they
will clash.
Best
Am Mi., 11. Okt. 2023 um 04:26 Uhr schrieb Ralph Matth
Hi,
I am trying to run FlinkSQL (through sql-client.sh) and read messages from
Kafka topics.
I downloaded 1.17.1 and extracted it. For the Kafka connectivity, I've
added flink-sql-connector-kafka-1.1.7.jar, flink-connector-kafka-1.1.7.jar
and kafka-clients-2.8.1.jar and now start the sql-client-.