Hi Team,
Can we store flink tables in rocks db state ?
Our use case if to have data of 1 day in state, in form of tables, so that we can query and filter based on that data.
Also I would be writing the state to a volume, which I believe should be retained if the pods terminate and re-spawn.
Thanks