Hello, I am deploying a standalone-job cluster (cluster with a single Job and Task Manager instance instantiated with a —job-classname and —job-id).
I have map/flatmap/process functions being executed in the various stream functions in the Taskmanager for which I need access to the Job Id and the JobManager RPC address. How can I get access to these variables? What in-built environment/context/configuration functions exist for this purpose? I need these two variables for queryable-state. Thanks
