You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Dominik WosiƄski <wo...@gmail.com> on 2019/06/21 21:31:25 UTC

WebUI show custom config

Hey,
I am building jobs that use Typesafe Config under the hood. The configs
tend to grow big. I was wondering whether there is a possibility to use
WebUI to show the config that the job was run with, currently the only idea
is to log the config and check it inside the logs, but with dozens of jobs
it is getting troublesome. Is there a better way to access the job custom
configuration??

Thanks in advance,
Best,
Dom.