Justin Pfifer
|
929abea107
|
Release 1.7.1 of the Amazon Kinesis Client Library (#116)
* General
* Allow disabling shard synchronization at startup.
* Applications can disable shard synchronization at startup. Disabling shard synchronization can application startup times for very large streams.
* [PR #102](https://github.com/awslabs/amazon-kinesis-client/pull/102)
* Applications can now request a graceful shutdown, and record processors that implement the IShutdownNotificationAware will be given a chance to checkpoint before being shutdown.
* This adds a [new interface](https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/clientlibrary/interfaces/v2/IShutdownNotificationAware.java), and a [new method on Worker](https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/Worker.java#L539).
* [PR #109](https://github.com/awslabs/amazon-kinesis-client/pull/109)
* Solves [Issue #79](https://github.com/awslabs/amazon-kinesis-client/issues/79)
* MultiLangDaemon
* Applications can now use credential provides that accept string parameters.
* [PR #99](https://github.com/awslabs/amazon-kinesis-client/pull/99)
* Applications can now use different credentials for each service.
* [PR #111](https://github.com/awslabs/amazon-kinesis-client/pull/111)
|
2016-11-03 09:46:11 -07:00 |
|
Pfifer, Justin
|
8a32e89fe9
|
Version 1.7.0 of the Amazon Kinesis Client Library
* Add support for time based iterators ([See GetShardIterator Documentation](http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html))
* [PR #94](https://github.com/awslabs/amazon-kinesis-client/pull/94)
The `KinesisClientLibConfiguration` now supports providing an initial time stamp position.
* This position is only used if there is no current checkpoint for the shard.
* This setting cannot be used with DynamoDB Streams
Resolves [Issue #88](https://github.com/awslabs/amazon-kinesis-client/issues/88)
* Allow Prioritization of Parent Shards for Task Assignment
* [PR #95](https://github.com/awslabs/amazon-kinesis-client/pull/95)
The `KinesisClientLibconfiguration` now supports providing a `ShardPrioritization` strategy. This strategy controls how the `Worker` determines which `ShardConsumer` to call next. This can improve processing for streams that split often, such as DynamoDB Streams.
* Remove direct dependency on `aws-java-sdk-core`, to allow independent versioning.
* [PR #92](https://github.com/awslabs/amazon-kinesis-client/pull/92)
**You may need to add a direct dependency on aws-java-sdk-core if other dependencies include an older version.**
|
2016-08-22 12:55:19 -07:00 |
|
Pfifer, Justin
|
38e2adb389
|
Move to snapshot for next release which will be 1.7.0
|
2016-08-11 08:41:39 -07:00 |
|
Pfifer, Justin
|
41832de928
|
Version 1.6.5 of the Amazon Kinesis Client Library
|
2016-07-25 12:38:54 -07:00 |
|
Pfifer, Justin
|
53754ae567
|
Add Continuous Integration Badge
Added badge from Travis CI for the automatic builds.
|
2016-07-21 13:52:18 -07:00 |
|
Pfifer, Justin
|
dd14bac4e3
|
'Version 1.6.4 of the Amazon Kinesis Client Library'
|
2016-07-07 13:28:18 -07:00 |
|
Gosalia, Manan
|
6d3ffff870
|
Version 1.6.3 of the Amazon Kinesis Client Library
|
2016-05-12 12:37:13 -07:00 |
|
Gosalia, Manan
|
74c259ca11
|
Version 1.6.2 of the Amazon Kinesis Client Library
|
2016-03-23 12:23:40 -07:00 |
|
Gosalia, Manan
|
c6e393c13e
|
Version 1.6.1 of the Amazon Kinesis Client Library
|
2015-09-23 14:00:34 -07:00 |
|
Deng
|
97e606ffeb
|
Version 1.6.0 of the Amazon Kinesis Client Library
|
2015-08-03 11:21:40 -07:00 |
|
Gosalia, Manan
|
b596a0223e
|
Version 1.5.1 of the Amazon Kinesis Client Library
|
2015-07-20 12:57:38 -07:00 |
|
Gosalia, Manan
|
850db1a3da
|
Version 1.5.0 of the Amazon Kinesis Client Library
|
2015-07-09 11:18:09 -07:00 |
|
Deng
|
4dfc17d04a
|
Version 1.4.0 of the Amazon Kinesis Client Library
|
2015-06-02 11:53:00 -07:00 |
|
Dosani, Adnan
|
1861f12db7
|
Version 1.3.0 of the Amazon Kinesis Client Library
A new metric called "MillisBehindLatest", which tracks how far
consumers are from real time, is now uploaded to CloudWatch.
|
2015-05-22 02:09:47 -07:00 |
|
Kurtis Norwood
|
0fc90ff787
|
'Version 1.2.1 of the Amazon Kinesis Client Library'
|
2015-01-26 14:18:35 -08:00 |
|
Kurtis Norwood
|
9b1549e810
|
'Version 1.2.0 of the Amazon Kinesis Client Library'
|
2014-10-21 13:07:04 -07:00 |
|
Kurtis Norwood
|
73ac2c0e25
|
'Version 1.2.0 of the Amazon Kinesis Client Library'
|
2014-10-21 11:28:58 -07:00 |
|
Gaurav Ghare
|
13aad26a80
|
'Version 1.1.0 of the Amazon Kinesis Client Library'
|
2014-06-30 12:18:58 -07:00 |
|
Gaurav Ghare
|
ce9054cb1b
|
'Version 1.0.0 of the Amazon Kinesis Client Library'
|
2013-12-16 18:07:34 -08:00 |
|
Andrew Fitz Gibbon
|
12646f1f3b
|
Initial commit
|
2013-11-07 11:02:44 -08:00 |
|