...
| Page properties |
|---|
| Discussion thread | https://lists.apache.org/thread/x28pg2ycbc5mvgf165h7kxlbnwvx7mss |
|---|
| Vote thread | https://lists.apache.org/thread/lxm9p6b6s5kly69p26pwcw7voontt391 |
|---|
| JIRA | | Jira |
|---|
| server | ASF JIRA |
|---|
| columnIds | issuekey,summary,issuetype,created,updated,duedate,assignee,reporter,customfield_12311032,customfield_12311037,customfield_12311022,customfield_12311027,priority,status,resolution |
|---|
| columns | key,summary,type,created,updated,due,assignee,reporter,Priority,Priority,Priority,Priority,priority,status,resolution |
|---|
| serverId | 5aa69414-a9e9-3523-82ec-879b028fb15b |
|---|
| key | FLINK-36929 |
|---|
|
|
|---|
| Release | 2.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.
...