Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5ad0807

Browse files
Update Managed Flink docs (#1720)
Co-authored-by: Viren Nadkarni <viren.nadkarni@localstack.cloud>
1 parent f643c5a commit 5ad0807

File tree

1 file changed

+5
-0
lines changed
  • content/en/user-guide/aws/kinesisanalyticsv2

1 file changed

+5
-0
lines changed

content/en/user-guide/aws/kinesisanalyticsv2/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ This service was formerly known as 'Kinesis Data Analytics for Apache Flink'.
1717

1818
LocalStack lets you to run Flink applications locally and implements several [AWS-compatible API operations](https://docs.localstack.cloud/references/coverage/coverage_kinesisanalyticsv2/).
1919

20+
A separate Apache Flink cluster is started in [application mode](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/deployment/overview/#application-mode) for every Managed Flink application created.
21+
Flink cluster deployment on LocalStack consists of two separate containers for [JobManager](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/concepts/flink-architecture/#jobmanager) and [TaskManager](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/concepts/flink-architecture/#taskmanagers).
22+
2023
{{< callout "note" >}}
2124
The emulated MSF provider was introduced and made the default in LocalStack v4.1.
2225

@@ -260,3 +263,5 @@ $ awslocal kinesisanalyticsv2 untag-resource \
260263
- [Snapshot/savepoint management](https://docs.aws.amazon.com/managed-flink/latest/java/how-snapshots.html) is not implemented
261264
- CloudTrail integration and CloudWatch metrics is not implemented.
262265
The application logging level defaults to `INFO` and can not be overridden.
266+
- Parallelism is limited to the default value of 1, with one TaskManager that has one [Task Slot](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/concepts/flink-architecture/#task-slots-and-resources) allocated.
267+
[Parallelism configuration](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_FlinkApplicationConfiguration.html#APIReference-Type-FlinkApplicationConfiguration-ParallelismConfiguration) provided on Flink application creation or update is ignored.

0 commit comments

Comments
 (0)