Skip to content

Replace describeStream with listStream  #134

@mwesox

Description

@mwesox

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.

https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis/blob/master/spring-cloud-stream-binder-kinesis/src/main/java/org/springframework/cloud/stream/binder/kinesis/provisioning/KinesisStreamProvisioner.java#L119

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions