Skip to content

Commit

Permalink
[Improve][Examples]Enable Flink Example WebUI (#8355)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshenghang authored Dec 20, 2024
1 parent 4169c5c commit 53294e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
<version>${flink.1.15.3.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime-web</artifactId>
<version>${flink.1.15.3.version}</version>
</dependency>

<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
env {
job.mode = "STREAMING"
parallelism = 2
flink.rest.bind-port = 8081
}

source {
Expand Down

0 comments on commit 53294e3

Please sign in to comment.