Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.10.0
Description
The state processor api cannot read operator state using the ListCheckpointed interface because it requires access the JavaSerializer which is package private. Instead of making that class public, we should offer a readListCheckpointed Method to easily read this state.