Hello all.
I have a question about providing complex configuration to Flink job. We are working on some kind of platform for running used-defined packages which actually cantain the main business logic. All the parameters we are providing via command line and parse with ParameterTool. That’s ok until we have parameters of simple types like String, int etc. But the problem is that we need to add a Map of custom parameters for users to provide configuration variables specific for their code.
Reading documentation and code of ParameterTool I do not see clear possibility to do it. Is using third-party arguments parser is the only option?
Best regards,
Alex