Flink Deployer Versions Save

A tool that help automate deployment to an Apache Flink cluster

1.4.0

4 years ago

1.3.0

4 years ago

This release adds support for declaring multiple program arguments.

1.2.0

5 years ago

This release replaces the private cancel API with a public terminate API usable through the CLI. The terminate API supports the two modes as supported by the official Flink API

1.1.2

5 years ago

This release includes a fix to include the job base name when running the update command. Before this fix, it actually just looked at the number of running jobs instead of taking into account the job base name to search for.

1.1.1

5 years ago

The savepoint creation monitoring API call was mistakenly left out during the last release. This release adds authentication support to that API call. Logging the error inside the exponential backoff retry operation is now also supported so that any other error won't get swallowed again.

1.1.0

5 years ago

This release supports authenticating to Flink ran behind a web server like NGINX with basic authentication set up

1.0.1

5 years ago

This release includes:

  • retryable HTTP calls with exponential back-off
  • ability to set the individual HTTP timeout
  • multi-stage Docker build which builds the executable inside Docker

1.0.0

5 years ago
  1. Use the Apache Flink REST API instead of the CLI
  2. Decreased the container size by extending from Alpine
  3. Removed query functionality

0.3.0

6 years ago

0.2.0

6 years ago

CLI command now properly uses the savepoint directory argument when creating savepoints