Has anyone ever tried to build a generic state vie...
# random
v
Has anyone ever tried to build a generic state viewer that would display operator states for an arbitrary Flink app?
The trouble with the StateProcessor API is that it requires knowledge of the types of Flink state held by the app. This is manifested in the need to create StateDescriptors in the RichFunction that’s needed in order to read state.
Trouble
is a bad word, its more like the intended design I guess.