Hi, Is global configuration same for all jobs in a Flink cluster.
Is it a good idea to write a custom source which polls some external source every x minutes and updates the global config. Will the config change be propagated across all jobs? What happens when the size of global config grows too big? Where is the global config stored