79630543

Date: 2025-05-20 13:34:08
Score: 0.5
Natty:
Report link

Normally on mvnrepository.com you can find all versions, but there is probably an error in docs with the version of connector. The latest version I can see is 3.3.0-1.20 enter image description here

there is flink-connector-jdbc-core with version 4.0.0-2.0

<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-connector-jdbc-core</artifactId>
    <version>4.0.0-2.0</version>
</dependency>

enter image description here
So rather you need to use an older version, otherwise you probably need to change flink-connector-jdbc to flink-connector-jdbc-core .

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Niko