Looking for ideas on how to automate Flink deployment?

Viewed 29

We are using aws EMR cluster setup for submitting Flink job. Today we log in EMR cluster and run following steps for submitting a job

  1. Stop the job with savepoint.
  2. Start new job with savepoint created in step 1

Now I wanted to associate this step with pipeline deployments. How can I do that? Is there any existing software/tools exists for automating Flink deployments?

We would also like to add features like auto-rollbacking deployment to previous version in case of exceptions/error

0 Answers
Related