Hi Philip,
I don’t think that is possible right now. The main thing is that Flink
currently doesn't store information about whether or not a registered state is
queryable or not. So, it wouldn’t be queryable until a new StateDescriptor is
provided for that state.
Would you be able to know the
Hello,
My job differs slightly from example Queryable State jobs. I have a keyed
stream and I will emit managed ValueState at certain points at runtime but the
names aren’t entirely known beforehand.
I have check pointing enabled and when I restore from a check point, everything
*almost* works