[jira] [Created] (FLINK-5510) Replace Scala Future with FlinkFuture in QueryableStateClient

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-5510) Replace Scala Future with FlinkFuture in QueryableStateClient

Shang Yuanchun (Jira)
Ufuk Celebi created FLINK-5510:
----------------------------------

             Summary: Replace Scala Future with FlinkFuture in QueryableStateClient
                 Key: FLINK-5510
                 URL: https://issues.apache.org/jira/browse/FLINK-5510
             Project: Flink
          Issue Type: Improvement
          Components: Queryable State
            Reporter: Ufuk Celebi
            Priority: Minor


The entry point for queryable state users is the {{QueryableStateClient}} which returns query results via Scala Futures. Since merging the initial version of QueryableState we have introduced the FlinkFuture wrapper type in order to not expose our Scala dependency via the API.

Since APIs tend to stick around longer than expected, it might be worthwhile to port the exposed QueryableStateClient interface to use the FlinkFuture. Early users can still get the Scala Future via FlinkFuture#getScalaFuture().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)