Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Disabling Shard Sync at Startup #102

Merged
merged 1 commit into from
Oct 14, 2016

Conversation

pfifer
Copy link
Contributor

@pfifer pfifer commented Sep 1, 2016

Allow disabling the shard sync at startup if the lease table already
contains leases. This will reduce the startup load for larger streams
when restarted the Kinesis application.

Allow disabling the shard sync at startup if the lease table already
contains leases.  This will reduce the startup load for larger streams
when restarted the Kinesis application.
@pfifer pfifer added this to the v1.7.1 Kinesis Client Library milestone Sep 1, 2016
@pfifer pfifer merged commit 56c59f6 into awslabs:master Oct 14, 2016
pfifer added a commit to pfifer/amazon-kinesis-client that referenced this pull request Nov 3, 2016
* General
  * Allow disabling shard synchronization at startup.
    * Applications can disable shard synchronization at startup.  Disabling shard synchronization can application startup times for very large streams.
    * [PR awslabs#102](awslabs#102)
  * Applications can now request a graceful shutdown, and record processors that implement the IShutdownNotificationAware will be given a chance to checkpoint before being shutdown.
    * This adds a [new interface](https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/clientlibrary/interfaces/v2/IShutdownNotificationAware.java), and a [new method on Worker](https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/Worker.java#L539).
    * [PR awslabs#109](awslabs#109)
    * Solves [Issue awslabs#79](awslabs#79)
* MultiLangDaemon
  * Applications can now use credential provides that accept string parameters.
    * [PR awslabs#99](awslabs#99)
  * Applications can now use different credentials for each service.
    * [PR awslabs#111](awslabs#111)
pfifer added a commit that referenced this pull request Nov 3, 2016
* General
  * Allow disabling shard synchronization at startup.
    * Applications can disable shard synchronization at startup.  Disabling shard synchronization can application startup times for very large streams.
    * [PR #102](#102)
  * Applications can now request a graceful shutdown, and record processors that implement the IShutdownNotificationAware will be given a chance to checkpoint before being shutdown.
    * This adds a [new interface](https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/clientlibrary/interfaces/v2/IShutdownNotificationAware.java), and a [new method on Worker](https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/Worker.java#L539).
    * [PR #109](#109)
    * Solves [Issue #79](#79)
* MultiLangDaemon
  * Applications can now use credential provides that accept string parameters.
    * [PR #99](#99)
  * Applications can now use different credentials for each service.
    * [PR #111](#111)
@pfifer pfifer deleted the allow-disable-shard-sync branch June 22, 2017 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant