Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Right now SharedBuffer is implemented with java Collections and the whole buffer is deserialized on each access. We should migrate it to MapState, so that only the necessary parts (e.g. tail entries) are deserialized.
Attachments
Issue Links
- supercedes
-
FLINK-7130 Remove eventSerializer from NFA
- Closed