Skip to content

Releases: rewardStyle/kinetic

2.1.0

25 Oct 22:27
Compare
Choose a tag to compare

Added

  • Use Meta Auth if secretKey or authKey is empty string

2.0.7

07 Oct 21:32
Compare
Choose a tag to compare

Fixed

  • Will retry sending records to firehose if the response is nil due to unexpected connection error or termination

2.0.6

06 Oct 21:41
Compare
Choose a tag to compare

Fixed

  • Retry posting potentially lost records in edge case of connection termination or other unexpected error

2.0.5

12 Sep 15:26
Compare
Choose a tag to compare

Fixed

  • Fixes for expired shard iterator and kinesis client connection termination.

2.0.4

01 Apr 14:59
Compare
Choose a tag to compare

Fixed

  • Stack overflow in addMessage that would occur when processing a large number of initial records from the stream

Fixed Deadlocks; Setting Sequence Number

28 Mar 21:39
Compare
Choose a tag to compare

Fixed

  • Deadlock when msgBuffer was incorrectly decremented when there were no messages on the channel
  • Sequence number never being set when attempting to refresh the shard iterator in the event of an error

Added concurrency settings; Decreased pause time

22 Mar 17:18
Compare
Choose a tag to compare

Added

  • Ability to specify concurrency for Listeners and Producers in constructor

Modified

  • Pause time for reads to occur between writes

Added concurrency settings; Decreased pause time

22 Mar 15:37
Compare
Choose a tag to compare

Added

  • Ability to specify concurrency for Listeners and Producers in constructor

Modified

  • Pause time for reads to occur between writes

Updated API and Firehose Integration

24 Feb 15:10
Compare
Choose a tag to compare
Pre-release

Updated API and Firehose Integration

Changed

  • InitWithConf changed to InitC
  • FirehoseWithConf changed to FirehoseC

Added

  • Firehose integration

Custom constructor with configuration override

17 Dec 00:22
Compare
Choose a tag to compare

Added

  • custom constructor with configuration override