Hi all, I plan to run flink jobs as docker containers in a AWS Elastic Container Service. I will have checkpointing enabled where state is stored in a s3 bucket. Each deployment will run in a per-job mode. Are there
any non-obvious downsides to running these jobs with a local execution environment so that the deployment turns into deploying a single java application? The obvious downside is that you don’t get any horizontal scalability. That’s a given and I’d have to scale up not out in this mode. I’d like to discover if there are any other negatives with this approach. Thanks, |
- Running flink in a Local Execution Environment for Produc... Joseph Lorenzini
- Re: Running flink in a Local Execution Environment f... Matthias Pohl
- Re: Running flink in a Local Execution Environme... David Anderson