-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
Description
We're having big issues with our Kinesis-Services.
Services cant startp up due to Got LimitExceededException when describing stream.
The reason is here, that Spring Kinesis Binder uses describeStream API to list all the shards (see link below) . AWS recommends to use listShards API for this purpose, which has highe limits.