twitchscience / kinsumer

Native Go consumer for AWS Kinesis streams.
Other
134 stars 35 forks source link

Replace DescribeStream with ListShards #21

Closed dcelasun closed 5 years ago

dcelasun commented 5 years ago

The former has a rate limit of 10 transactions per second per account, the latter has none.

garethlewin commented 5 years ago

(Merged master into this branch to get the update Travis CI changes.)

dcelasun commented 5 years ago

Yes ListShards is a new API for avoiding the rate limit on DescribeStream.