Property
flink
Apache Flink is a stream-processing framework. The information is gathered from the /config and /taskmanagers endpoints of the web dashboard.
| Property Name |
Type |
Description |
Required |
| tasks |
array of
FlinkTask
|
Task managers that are registered with the cluster. |
|
| version |
string
|
Version of Apache Flink that the cluster runs. |
|
FlinkTask
| Property Name |
Type |
Description |
Required |
| data_port |
integer
|
Port that the task manager uses to exchange data. |
|
| framework |
string
|
Distributed framework that runs the tasks. Ex. pekko, akka |
|
| id |
string
|
Identifier of the task manager. |
|
| url |
string
|
Address of the task manager within the cluster. |
|
↑ TopSearch Queries
SearchApache Flink clustersproduct:"Apache Flink"
SearchApache Flink web dashboardsproduct:"Apache Flink" port:8081
{
"version": "1.19.1",
"tasks": [
{
"id": "172.19.0.6:36615-5866d1",
"data_port": 36257,
"framework": "pekko",
"url": "tcp://flink@172.19.0.6:36615/user/rpc/taskmanager_0"
}
]
}