PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, September 26, 2022

[FIXED] How to deploy an AWS Kinesis Data Analytics App without downtime

 September 26, 2022     amazon-kinesis-analytics, apache-flink, cicd, continuous-deployment, continuous-integration     No comments   

Issue

We currently have an AWS Kinesis Data Analytics app that requires a .jar file to run.

We have automated the deployment for our .jar file that resides in an S3 bucket.

Config

Our issue is, whenever the .jar file is updated we are forced to restart the kinesis app to get the new build which is causing downtime

Does anyone have a workaround or another way of deploying the app Without causing downtime ?


Solution

Flink itself does not support zero-downtime deployments. While a few users have built their own solutions for this, it requires implementing application-specific deployment automation and tooling. See

  • Drivetribe's Modern Take On CQRS With Apache Flink
  • Zero-downtime upgrades of Flink applications

for examples.



Answered By - David Anderson
Answer Checked By - Clifford M. (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing