theburningmonk / ReactoKinesix

A Rx based .Net client library for working with Amazon Kinesis
http://theburningmonk.github.io/ReactoKinesix/
MIT License
29 stars 5 forks source link

Deal with streams with large number of shards #42

Closed theburningmonk closed 10 years ago

theburningmonk commented 10 years ago

The KinesisUtils.getShards method needs to recursively grab more shards if there's more shards available from the stream.

The same goes to DynamoDBUtils.getShardStatuses.

theburningmonk commented 10 years ago