From 9823a9d00aa8ad639acc5925536368c9b1062084 Mon Sep 17 00:00:00 2001 From: Abhishek Yadav Akkem Date: Mon, 1 May 2023 14:40:40 -0700 Subject: [PATCH] Preparing for release 0.15.7 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a973a6e..8fc3fbee 100644 --- a/README.md +++ b/README.md @@ -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: