Hi, summer >>>Now I need to use a third-party jar in the Flink service, should I put it under ${FLINK_HOME}/lib? I think maybe an alternative way is to put the third-party jar into a fat jar.
>>>How to enable Flink to automatically load third-party jars? In general this is the JVM mechanism. It means that the jar would be loaded if they are in the classpath. Best, Guowei On Wed, Jan 19, 2022 at 11:09 AM summer <gubin...@petalmail.com> wrote: > Hello > > Now I need to use a third-party jar in the Flink service, should I put > it under ${FLINK_HOME}/lib? How to enable Flink to automatically load > third-party jars? > > > TH >