Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page properties


Discussion threadhttps://lists.apache.org/thread/x28pg2ycbc5mvgf165h7kxlbnwvx7mss
Vote threadhttps://lists.apache.org/thread/lxm9p6b6s5kly69p26pwcw7voontt391
JIRA

Jira
serverASF JIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,customfield_12311032,customfield_12311037,customfield_12311022,customfield_12311027,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,Priority,Priority,Priority,Priority,priority,status,resolution
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyFLINK-36929

Release2.1.0


Motivation

Currently Flink state information (checkpoint/savepoint) can be accessed through State Processor API. In order to use the mentioned API one must implement a custom Flink application in Java which is not convenient for every user.

...