Skip to content

A docker compose file and related files to establish Flink HA environment on Docker

Notifications You must be signed in to change notification settings

mai-nakagawa/docker-flink-ha

Repository files navigation

Docker Flink HA

This repository provides a docker compose template to establish Flink HA infrastructure, in order to confirm what is described in JobManager High Availability (HA).

Run

  1. docker-compose up
  2. flink run -m localhost:18081 <your_flink_application.jar> (use localhost:28081 instead of localhost:18081 when jobmanager2 is the master)
  3. Open http://localhost:18081 (use localhost:28081 similarly)

You can see the standby JobManager takes the role of master when you shutdown the master JobManager.

About

A docker compose file and related files to establish Flink HA environment on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published