masteryhx commented on code in PR #24740:
URL: https://github.com/apache/flink/pull/24740#discussion_r1592119008


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamingRuntimeContext.java:
##########
@@ -114,6 +116,10 @@ public void setKeyedStateStore(@Nullable KeyedStateStore 
keyedStateStore) {
         this.keyedStateStore = keyedStateStore;
     }
 
+    public void setAsyncKeyedStateStore(@Nullable AsyncKeyedStateStore 
asyncKeyedStateStore) {

Review Comment:
   Thanks for the suggestion.
   Renamed to `KeyedStateStoreV2`.



-- 
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

Reply via email to