Starting out with flint from a scala background I would like to use the
Typesafe configuration like: https://github.com/pureconfig/pureconfig,
however,
https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/best_practices.html
link
recommends to setup:

env.getConfig().setGlobalJobParameters(parameters);

which is not fully compatible with a case class - what is the recommended
approach here?

Best,
Georg

Reply via email to