Re: Stateful Functions: Dynamically define and load remote modules

2021-01-15 Thread Igal Shilman
Hi Ahmad, Yes there is [1], this feature is already in master, and if you would like, you can already try it out. Take a look at the statefun-python-greeter-example [2]. With that example, you can: (a) Make changes to the greeter function like introducing a new state type[3], or change the logic,

Re: Stateful Functions: Dynamically define and load remote modules

2021-01-12 Thread Ahmad Alkilani
That's awesome, thank you! JIRA I can follow? On Tue, Jan 12, 2021 at 9:01 AM Igal Shilman wrote: > 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 StateF

Re: Stateful Functions: Dynamically define and load remote modules

2021-01-12 Thread Igal Shilman
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 dynamicall

Stateful Functions: Dynamically define and load remote modules

2021-01-11 Thread Ahmad Alkilani
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 Functi