Is there a way to iterate over all of the key/value entries in the state backend, from within the operator that’s making use of the same?
E.g. I’ve got a ReducingState, and on a timed interval (inside of the onTimer method) I need to iterate over all KV state and emit the N “best” entries. What’s the recommended approach? Thanks, — Ken