Updates release notes for PR #368
Updated the configuration class/method, and added the PR to the release notes.
This commit is contained in:
parent
9d6eb6b1a8
commit
a720c8670b
2 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue