amazon-kinesis-client/src/main/java/com/amazonaws/services/kinesis
Mike Watters 9074864027 [Issue 210] - Allow unexpected child shards to be ignored (#240)
Allow unexpected child shards to be ignored

now instead of always throwing an assertion if a child shard has an
open parent, consider worker configuration before doing so.  if
configured to ignore such shards, do not create leases for them during
shard sync.  this is intended to mitigate failing worker init when
processing dynamodb streams with many thousands of shards (which can
happen for tables with thousands of partitions).

this new behavior can be enabled by adding the following to a
configuration/properties file:

```
ignoreUnexpectedChildShards = true
```
2018-01-04 08:29:44 -08:00
..
clientlibrary [Issue 210] - Allow unexpected child shards to be ignored (#240) 2018-01-04 08:29:44 -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