Skip to content

Commit

Permalink
Updated Flink roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser authored and StephanEwen committed Sep 17, 2021
1 parent 899a72f commit c133968
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion img/flink_feature_radar_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/flink_feature_radar_zh_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ More details and various smaller changes can be found in the
The roadmap is continuously updated. New features and efforts should be added to the roadmap once
there is consensus that they will happen and what they will roughly look like for the user.

**Last Update:** 2021-03-01
**Last Update:** 2021-09-16

<hr />

Expand Down Expand Up @@ -235,6 +235,12 @@ simpler (less configuration tuning required) and more performant.

# Python APIs

Most functionalities in the Java Table APIs and DataStream APIs are already supported by the Python APIs.
The community is continuously working on improvements such as improving the checkpoint strategy for Python UDF execution
([FLINK-18235](https://issues.apache.org/jira/browse/FLINK-18235)), introducing more connectors support in both the Python DataStream API
and Python Table API so that the Python API can be used in for production implementations.


Stateful transformation functions for the Python DataStream API:
[FLIP-153](https://cwiki.apache.org/confluence/display/FLINK/FLIP-153%3A+Support+state+access+in+Python+DataStream+API)

Expand Down

0 comments on commit c133968

Please sign in to comment.