@dtroiano you aware of any reason why the web ui is not reachable on the flink container : localhost:8081
G
@dtroiano you aware of any reason why the web ui is not reachable on the flink container : localhost:8081
G
@georgelza you can reach the Flink Dashboard at http://localhost:9081/#/overview. The default port is 8081 but your Docker Compose file overrides it (rest.bind-port: 9081
) because Schema Registry also defaults to port 8081.
got it… thanks… the normal docs just spoke about 8081, thus me now find it…
thanks.
G