I have multiple flink jobs and have custom business configs which are shared between the job. Is it possible if one flink job loads configs in memory and all the flink jobs share the same configs? Basically, I am thinking to fetch configs in one flink job in memory via rest call which is one time and share those with all the jobs if possible. With this, I want to have an ability to update configs dynamically via kafka.
- Custom service configs in flink Jaswin Shah
- Re: Custom service configs in flink Robert Metzger