mcagriaktas commented on issue #4023:
URL: https://github.com/apache/seatunnel/issues/4023#issuecomment-2613932241

   Hello, I was getting the error in flink 1.20.0 and kafka 3.8.0, also I'm 
using flink-kafka-connector 3.4.0:
   
   libraryDependencies ++= Seq(
     "org.apache.flink" %% "flink-streaming-scala" % "1.20.0" % "provided",
     "org.apache.flink" % "flink-connector-kafka" % "3.4.0-1.20",
     "org.apache.flink" %% "flink-scala" % "1.20.0" % "provided",
     "com.github.luben" % "zstd-jni" % "1.5.5-5",
     "org.apache.kafka" % "kafka-clients" % "3.4.0"
   )
   
   I fixed the error in flink's config.yml:
   # default is `child-first`
   classloader.resolve-order: parent-first 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to