Alibaba-HZY commented on issue #705:
URL: 
https://github.com/apache/incubator-paimon/issues/705#issuecomment-1486516159

   we can use  flink DynamicTableFactory .  the reason for this issue is that 
flink1.16-connector-kafka dependencies on kafka-clients 3.x, but 
paimon-flink-common dependencies on kafka-client version  is 2.x, which may 
leads to classloader conflicts or class not found.so we can provided the 
Kafka-client dependency. When the user needs to use the external log systems  
or the kafka connector, user needs to add the flink-connetor-kafka connector 
dependency in the lib directory


-- 
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: issues-unsubscr...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to