Hello! Is it possible to dynamically associate Remote Modules with Remote Function > Endpoints to an existing/already running Flink stateful application? >
Yes, in the upcoming StateFun release we are introducing exactly that :) As of the upcoming version, we are adding a capability to dynamically register and modify function types without the need to redeploy Flink. Igal. On Mon, Jan 11, 2021 at 10:48 PM Ahmad Alkilani <amk...@gmail.com> wrote: > Hi, > I see that you need to tell the Flink Stateful runtime about remote > stateful function modules via a yaml file provided at deploy time. Given > remote modules and stateful functions are an external deployment concern > anyway, Is it possible to dynamically associate Remote Modules with Remote > Function Endpoints to an existing/already running Flink stateful > application? > > The use case is allowing dynamic composability of functions. The flink > stateful application would receive a request to dynamically string together > a new route based on some input data. The new route would be making calls > to lets say a newly created Flink stateful application deployed remotely in > an arbitrary language. > > Is this possible? On the roadmap? A bad idea? Why or why not? > > Thank you! > >>