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.
|
(oops, I accidentally responded to you personally only. The emails are supposed to go onto the list. I added the thread back to the list) But is the config so big that memory usage is a concern here? Also note, that the stuff that runs in main() is just generating a streaming execution plan, which will be sent to the server. If the config is really large, you might face timeouts during job submission. On Fri, Jul 3, 2020 at 5:17 PM Jaswin Shah <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |