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
>
>
>
>
&
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 -
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
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