Hi group,

We are using Flink keyed state in several operators.
Is there an easy was to expose the data that is stored in the state, i.e. the 
key and the values?
This is needed for both monitoring as well as debugging. We would like to 
understand how many key+values are stored in each state and also to view the 
data itself.
I know that there is the "Queryable state" option, but this is still in Beta, 
and doesn't really give us what we want easily.


*We are using Flink 1.3.2 with Java.

Thanks,
Liron

Reply via email to