github awslabs/amazon-kinesis-client v1.8.1
Release 1.8.1 of the Amazon Kinesis Client Library

latest releases: v2.5.8, v2.5.7, v2.5.6-known-bugs...
6 years ago

Release 1.8.1 (August 2, 2017)

  • Support timeouts for calls to the MultiLang Daemon
    This adds support for setting a timeout when dispatching records to the client record processor. If the record processor doesn't respond within the timeout the parent Java process will be terminated. This is a temporary fix to handle cases where the KCL becomes blocked while waiting for a client record processor.
    The timeout for the this can be set by adding timeoutInSeconds = <timeout value>. The default for this is no timeout.
    Setting this can cause the KCL to exit suddenly, before using this ensure that you have an automated restart for your application

Don't miss a new amazon-kinesis-client release

NewReleases is sending notifications on new releases.