Yun Tang created FLINK-25862: -------------------------------- Summary: Refactor SharedStateRegistry to limit StreamStateHandle to register/unregister Key: FLINK-25862 URL: https://issues.apache.org/jira/browse/FLINK-25862 Project: Flink Issue Type: Improvement Components: Runtime / Checkpointing, Runtime / State Backends Reporter: Yun Tang
Current implementation of SharedStateRegistry would use `StreamStateHandle` to register and unregister. This would limit the usage for other componments, such as change-log state backend handle usage. -- This message was sent by Atlassian Jira (v8.20.1#820001)