flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

Is it so hard to support Flink1.14.*

Open future94 opened this issue 3 years ago • 2 comments

Describe the bug(Please use English) Caused by: java.lang.ClassNotFoundException: org.apache.flink.shaded.guava18.com.google.common.util.concurrent.ThreadFactoryBuilder

Environment :

  • Flink version : 1.14.5
  • Flink CDC version: 2.2.1

unsupported documents can be deleted?

image

future94 avatar Jul 22 '22 07:07 future94

Maybe it's your use problem. I have successfully used version 2.2.1 CDC in flink1.14

liyichencc avatar Jul 27 '22 09:07 liyichencc

Maybe it's your use problem. I have successfully used version 2.2.1 CDC in flink1.14

class com.ververica.cdc.debezium.DebeziumSourceFunction import org.apache.flink.shaded.guava18.com.google.common.util.concurrent.ThreadFactoryBuilder , flink 1.14 do not have guava18,it is guava30,you do not have problem? How to solve this error problem? Thank you,Looking forward to your reply.

future94 avatar Aug 05 '22 11:08 future94

image I solved the problem like this.

gezhiwei8899 avatar Aug 16 '22 00:08 gezhiwei8899

image I solved the problem like this.

Could not resolve substitution to a value: ${akka.stream.materializer} cdc:2.3.0

Level1Accelerator avatar Feb 17 '23 09:02 Level1Accelerator

image I solved the problem like this.

Could not resolve substitution to a value: ${akka.stream.materializer} cdc:2.3.0 flink :1.15.3

Level1Accelerator avatar Feb 17 '23 09:02 Level1Accelerator