diff --git a/CHANGELOG.md b/CHANGELOG.md index 397f0fa4..f8dd8de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,8 @@ [Milestone#33](https://github.com/awslabs/amazon-kinesis-client/milestone/33) * Updated the version of the AWS Java SDK to 1.11.603 * Improved exception handling and logging in `KinesisClientLibLeaseCoordinator` to avoid `NullPointerExceptions` when no leases are found. - * [Issue #476](https://github.com/awslabs/amazon-kinesis-client/issues/476) * [PR #558](https://github.com/awslabs/amazon-kinesis-client/pull/558) -* Introducing new periodic shard sync strategy to perform shard discovery and lease cleanup on a single worker, rather than the default of all workers. This change allows horizontal scaling of KCL fleet without increasing calls to `DescribeStream` or `ListShard` APIs. - * [PR #576](https://github.com/awslabs/amazon-kinesis-client/pull/576) +* Introducing optional new periodic shard sync strategy to perform shard discovery and lease cleanup on a single worker. * [PR #579](https://github.com/awslabs/amazon-kinesis-client/pull/579) ## Release 1.10.0 (April 8, 2019) diff --git a/README.md b/README.md index 371deb72..9c5bff69 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,8 @@ To make it easier for developers to write record processors in other languages, [Milestone#33](https://github.com/awslabs/amazon-kinesis-client/milestone/33) * Updated the version of the AWS Java SDK to 1.11.603 * Improved exception handling and logging in `KinesisClientLibLeaseCoordinator` to avoid `NullPointerExceptions` when no leases are found. - * [Issue #476](https://github.com/awslabs/amazon-kinesis-client/issues/476) * [PR #558](https://github.com/awslabs/amazon-kinesis-client/pull/558) -* Introducing new periodic shard sync strategy to perform shard discovery and lease cleanup on a single worker, rather than the default of all workers. This change allows horizontal scaling of KCL fleet without increasing calls to `DescribeStream` or `ListShard` APIs. - * [PR #576](https://github.com/awslabs/amazon-kinesis-client/pull/576) +* Introducing optional new periodic shard sync strategy to perform shard discovery and lease cleanup on a single worker. * [PR #579](https://github.com/awslabs/amazon-kinesis-client/pull/579) ### For remaining release notes check **[CHANGELOG.md][changelog-md]**.