Releases: rewardStyle/kinetic
Releases · rewardStyle/kinetic
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
Fixed Deadlocks; Setting Sequence Number
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
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
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
Updated API and Firehose Integration
Changed
- InitWithConf changed to InitC
- FirehoseWithConf changed to FirehoseC
Added
- Firehose integration
Custom constructor with configuration override
Added
- custom constructor with configuration override