Hi JM,
The dependency is set here:
https://github.com/apache/flink-connector-kafka/blob/main/flink-connector-kafka/pom.xml#L50-L55
org.apache.flink
flink-connector-base
${flink.version}
provided
We expect that the non-provided dep
Hi, Jean-Marc Paulin.
The flink-connector-base will not be packaged in the externalized
connectors [1].
The flink-connector-base has been included in flink-dist and we should use
the provided scope in maven for it.
Best,
Hang
[1] https://issues.apache.org/jira/browse/FLINK-30400
Jean-Marc Pauli