From a720c8670be64c28b1f93371ed78cf388e0ec529 Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Tue, 21 Aug 2018 11:49:16 -0700 Subject: [PATCH] Updates release notes for PR #368 Updated the configuration class/method, and added the PR to the release notes. --- CHANGELOG.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2efb26cd..cecb3f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ * Fixed an issue where the KCL would not Use the configured DynamoDB IOPs when creating the lease table. * [PR #360](https://github.com/awslabs/amazon-kinesis-client/pull/360) * Make the maximum number of Scheduler initialization attempts configurable. - The maximum number of `Scheduler` initialization attempts can be configured via `LifecycleConfig#maxInitializationAttempts`. + The maximum number of `Scheduler` initialization attempts can be configured via `CoordinatorConfig#maxInitializationAttempts`. * [PR #363](https://github.com/awslabs/amazon-kinesis-client/pull/363) + * [PR #368](https://github.com/awslabs/amazon-kinesis-client/pull/368) * Fixed an issue where it was possible to get a duplicate record when resubscribing to a shard. Subscribe to shard requires periodic resubscribing, and uses a new concept of a continuation sequence number. If the continuation sequence number was equal to the last record that record would be processed a second time. Resubscribing now uses `AFTER_SEQUENCE_NUMBER` to ensure that only later records are returned. * [PR #371](https://github.com/awslabs/amazon-kinesis-client/pull/371) diff --git a/README.md b/README.md index c9f64ee0..eaf6e204 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,9 @@ To make it easier for developers to write record processors in other languages, * Fixed an issue where the KCL would not Use the configured DynamoDB IOPs when creating the lease table. * [PR #360](https://github.com/awslabs/amazon-kinesis-client/pull/360) * Make the maximum number of Scheduler initialization attempts configurable. - The maximum number of `Scheduler` initialization attempts can be configured via `LifecycleConfig#maxInitializationAttempts`. + The maximum number of `Scheduler` initialization attempts can be configured via `CoordinatorConfig#maxInitializationAttempts`. * [PR #363](https://github.com/awslabs/amazon-kinesis-client/pull/363) + * [PR #368](https://github.com/awslabs/amazon-kinesis-client/pull/368) * Fixed an issue where it was possible to get a duplicate record when resubscribing to a shard. Subscribe to shard requires periodic resubscribing, and uses a new concept of a continuation sequence number. If the continuation sequence number was equal to the last record that record would be processed a second time. Resubscribing now uses `AFTER_SEQUENCE_NUMBER` to ensure that only later records are returned. * [PR #371](https://github.com/awslabs/amazon-kinesis-client/pull/371)