zyhui98 commented on issue #8090:
URL: https://github.com/apache/seatunnel/issues/8090#issuecomment-2721761732

   原因还是ByteArraySerializer和Serializer加载的classloader不一样导致的(kafka-client自己校验了)。
   
   如果是flink就需要排除flink依赖的kafka-client。
   
   如果是本地examples里面的错误,可能因为本地运行了发行包,指定了SEATUNNEL_HOME,导致idea里面运行的时候是通过jar 
url的classloader加载的也就是AppClassLoader加载、和job默认的SeaTunnelChildFirstClassLoader不一样就报错了。


-- 
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