Skip to content

Commit

Permalink
Preparing for release 0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aakkem committed May 1, 2023
1 parent 8e830ba commit 9823a9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ ClickEvent event = inputQueue.take();

_Sample above is provided as an example implementation. Please take your application and use cases into consideration before applying logic_

## Recommended Upgrade for All Users of 0.15.2 - 0.15.5 Amazon Kinesis Producer
⚠️ It's highly recommended for users of version 0.15.2 - 0.15.5 of the Amazon Kinesis Producer to upgrade to version 0.15.6 or later. A bug has been identified in versions prior from 0.15.2 - 0.15.5 is causing memory leak issue.
## Recommended Upgrade for All Users of 0.15.0 - 0.15.6 Amazon Kinesis Producer
⚠️ It's highly recommended for users of version 0.15.0 - 0.15.6 of the Amazon Kinesis Producer to upgrade to version 0.15.7 . A bug has been identified in versions prior from 0.15.0 - 0.15.6 is causing memory leak issue.

ℹ️ Amazon Kinesis Producer versions prior to 0.15.2 are not impacted.
ℹ️ Amazon Kinesis Producer versions prior to 0.15.0 are not impacted.

## Recommended Settings for Streams larger than 800 shards
The KPL is an application for ingesting data to your Kinesis Data Streams. As your streams grow you may find the need to tune the KPL to enable it to accommodate the growing needs of your applications. Without optimized configurations your KPL processes will see inefficient CPU usage and delays in writing records into KDS. For streams larger than 800 shards, we recommend the following settings:
Expand Down

0 comments on commit 9823a9d

Please sign in to comment.