melin commented on PR #24303:
URL: https://github.com/apache/flink/pull/24303#issuecomment-3601680845

   Yes, your understanding is correct. For the same Flink Docker image, 
different Flink applications require different connectors. For example, Kafka 
-> Paimon, Kafka -> Elasticsearch. It would be desirable to dynamically load 
the connector JARs instead of pre-adding all the connector JARs in the Docker 
image.
   
   
   pre-adding all the connector jars in the Docker image. 
   Refer to Spark. It supports adding jars to the image using the "spark.jars" 
parameter, and then setting the classpath parameter. 
   spark.driver.extraClassPath
   spark.driver.extraLibraryPath
   spark.executor.extraClassPath
   spark.executor.extraLibraryPath


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