-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [Module Name] class org.apache.kafka.common.serialization.ByteArraySerializer is not an instance of org.apache.kafka.common.serialization.Serializer #4023
Comments
Can you use dev branch test again? |
Bug is fixed |
link #6355 |
i got this same error with flink Caused by: org.apache.kafka.common.KafkaException: class org.apache.kafka.common.serialization.ByteArrayDeserializer is not an instance of org.apache.kafka.common.serialization.Deserializer org.apache.flink.client.program.ProgramAbortException: java.lang.RuntimeException: Python process exits with code: 1
|
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( I fixed the error in flink's config.yml:
|
Search before asking
What happened
当使用Seatunnel自已的引擎,sink到kafka时,报如下异常:
可能异常产生原因是: org.apache.kafka.common.serialization.ByteArraySerializer 使用的类加载器为SeatunnelChildFirstClassLoader,org.apache.kafka.common.serialization.Serializer使用的类加载器为AppClassLoader,
SeaTunnel Version
2.3.1
SeaTunnel Config
Running Command
The text was updated successfully, but these errors were encountered: