Update wording

This commit is contained in:
Micah Jaffe 2019-08-07 10:09:22 -07:00
parent aa3ab52cdf
commit d4b72f9f49
2 changed files with 2 additions and 6 deletions

View file

@ -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)

View file

@ -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]**.