Skip to content

Release 0.14.3 of the Amazon Kinesis Producer Library

Compare
Choose a tag to compare
@yatins47 yatins47 released this 23 Dec 10:16
· 187 commits to master since this release
dd24bfa

Release 0.14.3 of the Amazon Kinesis Producer Library

Amazon Kinesis Producer Library

Java

  • [PR #327] Adding support for timeout on user records at Java layer.
    • New optional KPL config parameter userRecordTimeoutInMillis which can be used to timeout records at the java layer queued for processing.
  • [PR #324] Adding KPL metric to track the time for oldest user record in processing at the java layer.

C++ Core

  • [PR #328] Changing CloudWatch client retry strategy to use default SDK retry strategy with exponential backoff.
  • [PR #318] Fixing bug where KPL goes into a continuous retry storm if the stream is deleted and re-created.