Zakelly commented on code in PR #25501: URL: https://github.com/apache/flink/pull/25501#discussion_r1804441714
########## flink-runtime/src/main/java/org/apache/flink/streaming/api/operators/InternalTimeServiceManager.java: ########## @@ -111,6 +112,7 @@ interface Provider extends Serializable { <K> InternalTimeServiceManager<K> create( TaskIOMetricGroup taskIOMetricGroup, CheckpointableKeyedStateBackend<K> keyedStatedBackend, + AsyncKeyedStateBackend<K> asyncKeyedStateBackend, Review Comment: How about merge the two parameter into one state backend? Like this ```suggestion PriorityQueueSetFactory<K> factory, KeyGroupRange keyGroupRange, ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org