-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Managed Flink docs #1720
Conversation
tiurin
commented
Apr 2, 2025
- Reflect recent changes to how LocalStack runs Flink cluster
- Clarify current parallelism limitations
- Reflect recent changes to how LocalStack runs Flink cluster - Clarify parallelism limitations
🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-1720.surge.sh 🎊 |
@@ -260,3 +263,4 @@ $ awslocal kinesisanalyticsv2 untag-resource \ | |||
- [Snapshot/savepoint management](https://docs.aws.amazon.com/managed-flink/latest/java/how-snapshots.html) is not implemented | |||
- CloudTrail integration and CloudWatch metrics is not implemented. | |||
The application logging level defaults to `INFO` and can not be overridden. | |||
- 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarify: What happens if a parallelism config is specified in the request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Added a clarification below.
Co-authored-by: Viren Nadkarni <[email protected]>
Thanks for updating the docs! |