Hi!
You can set the classloader.parent-first-patterns.additional configuration
to load additional classes from the lib directory. See [1] for more details.
What classes are causing the ClassNotFoundException? From the default value
of classloader.parent-first-patterns.default all classes in
org.a
Hi Flink Community,
Recently I implemented a new metrics reporter to report Flink runtime metrics
to a Kafka topic. After building the project, I move my reporter jar file from
my build folder to the plugin folder:
COPY build/flink-diagnostics-message-reporter-${VERSION}.jar
${FLINK_HOME}/plug