Re: Stateful Functions - accessing the state aside of normal processing

2021-02-05 Thread Igal Shilman
state changes" events in the ES to be able to query as I > need. As a give-away I would get historical data of states outdated or > cleared. > > > > This sounds like a feasible solution. What do you think? > > > > Cheers, > > Stephan > > > > &

AW: Stateful Functions - accessing the state aside of normal processing

2021-01-28 Thread Stephan Pelikan
a give-away I would get historical data of states outdated or cleared. This sounds like a feasible solution. What do you think? Cheers, Stephan Von: Tzu-Li (Gordon) Tai Gesendet: Donnerstag, 28. Jänner 2021 04:06 An: Stephan Pelikan Cc: user@flink.apache.org Betreff: Re: Stateful Functions -

Re: Stateful Functions - accessing the state aside of normal processing

2021-01-27 Thread Tzu-Li (Gordon) Tai
Hi Stephan, Great to hear about your experience with StateFun so far! I think what you are looking for is a way to read StateFun checkpoints, which are basically an immutable consistent point-in-time snapshot of all the states across all your functions, and run some computation or simply to explo

Stateful Functions - accessing the state aside of normal processing

2021-01-27 Thread Stephan Pelikan
Hi, We are trying to use Statefuns for our tool and it seems to be a good fit. I already adopted it and it works quite well. However, we have millions of different states (all the same FunctionType but different ids) and each state consists of several @Persisted values (values and tables). We w