amazon-kinesis-client/src/main/java/com/amazonaws/services/kinesis
Pfifer, Justin 47e6206e8d Release 1.8.8 of the Amazon Kinesis Client for Java
Release 1.8.8
* Fixed issues with leases losses due to `ExpiredIteratorException` in `PrefetchGetRecordsCache` and `AsynchronousFetchingStrategy`.
  PrefetchGetRecordsCache will request for a new iterator and start fetching data again.
  * PR#263
* Added warning message for long running tasks.
  * PR#259
* Handling spurious lease renewal failures gracefully.
  Added better handling of DynamoDB failures when updating leases.  These failures would occur when a request to DynamoDB appeared to fail, but was actually successful.
  * PR#247
* ShutdownTask gets retried if the previous attempt on the ShutdownTask fails.
  * PR#267
* Fix for using maxRecords from `KinesisClientLibConfiguration` in `GetRecordsCache` for fetching records.
  * PR#264
2017-11-15 10:44:49 -08:00
..
clientlibrary Release 1.8.8 of the Amazon Kinesis Client for Java 2017-11-15 10:44:49 -08:00
leases Spurious update fix (#247) 2017-10-25 08:11:20 -07:00
metrics Join metrics publishing thread when shutting factory down. 2016-06-27 22:47:48 +01:00
multilang Release 1.8.2 of the Amazon Kinesis Client for Java (#218) 2017-09-20 08:52:36 -07:00