Zakelly commented on code in PR #25831:
URL: https://github.com/apache/flink/pull/25831#discussion_r1895239013


##########
flink-runtime/src/main/java/org/apache/flink/streaming/api/datastream/KeyedStream.java:
##########
@@ -1018,4 +1053,21 @@ public QueryableStateStream<KEY, T> asQueryableState(
                 stateDescriptor,
                 
getKeyType().createSerializer(getExecutionConfig().getSerializerConfig()));
     }
+
+    /**
+     * Enable the async state processing for following keyed processing 
function. This also requires
+     * only State V2 APIs are used in the function.
+     *
+     * @return the configured KeyedStream itself.
+     */
+    @Experimental

Review Comment:
   Well, since the queryable state is deprecated, we won't support that.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to