[
https://issues.apache.org/jira/browse/FLINK-34979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927903#comment-17927903
]
xiaogang zhou edited comment on FLINK-34979 at 2/18/25 8:54 AM:
----------------------------------------------------------------
is it possible to pass exception in the callback chain, because the API now can
not handle exception for now
like the handle API in CompletableFuture
java.util.concurrent.CompletableFuture # handle
was (Author: zhoujira86):
is it possible to pass exception in the callback chain like the handle API in
CompletableFuture
> Implement State Future and related utilities
> --------------------------------------------
>
> Key: FLINK-34979
> URL: https://issues.apache.org/jira/browse/FLINK-34979
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / State Backends
> Reporter: Zakelly Lan
> Assignee: Zakelly Lan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.20.0
>
>
> Implement the StateFuture.
> In the very first version, we leverage the CompletableFuture to ship the
> functionalities. Although this is not optimal in performance, we can swiftly
> build up the whole framework by this approach.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)