Please, someone help me to understand is State Processor Api a solve or not
for a task.
I want to add to state 'Events' some target actions of user and remove them
if cancel action is received.
Every X period I need to check this state if it's time to make some
communication with user. If yes, so make it and update the state 'Events',
and also update the state 'Users'.
I assume the State Processor Api could help me to manage with stores.
So when X period is happen, I get savepoint which is full state of
application, load 'Events' and 'Users' states. Now I can query 'Events' with
sql (working with DataSet) and check time for communication with user. And make updates of states
if it needed.
Or this idea is not good and Flink is not suitable for the task?
Thanks,
Yuri L.
--
Sent from:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/