Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
karthitect committed May 4, 2020
1 parent 5ab55ad commit e8e70f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can review the Python code for the Lambda function [here](https://github.com
### Some caveats

1. When scaling out/in, in this sample we only update the overall parallelism; we don't adjust parallelism/KPU.
2. When scaling occurs, the KDA app experiences downtime. Please take this into consideration, when configuring the step scaling increments.
2. When scaling occurs, the KDA app experiences downtime. Please take this into consideration when configuring the step scaling increments.
3. Please keep in mind that the throughput of a Flink application is dependent on many factors (complexity of processing, destination throughput, etc...). This example assumes a simple relationship between incoming record throughput and scaling for demonstration purposes.

## Target tracking scaling
Expand Down
2 changes: 1 addition & 1 deletion step-scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ You can review the Python code for the Lambda function [here](https://github.com
### Some caveats

1. When scaling out/in, in this sample we only update the overall parallelism; we don't adjust parallelism/KPU.
2. When scaling occurs, the KDA app experiences downtime. Please take this into consideration, when configuring the step scaling increments.
2. When scaling occurs, the KDA app experiences downtime. Please take this into consideration when configuring the step scaling increments.
3. Please keep in mind that the throughput of a Flink application is dependent on many factors (complexity of processing, destination throughput, etc...). This example assumes a simple relationship between incoming record throughput and scaling for demonstration purposes.

0 comments on commit e8e70f1

Please sign in to comment.