Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add listShards to AmazonDynamoDBStreamsAdapterClient #39

Open
acm19 opened this issue Oct 23, 2020 · 0 comments
Open

Add listShards to AmazonDynamoDBStreamsAdapterClient #39

acm19 opened this issue Oct 23, 2020 · 0 comments

Comments

@acm19
Copy link

acm19 commented Oct 23, 2020

AmazonDynamoDBStreamsAdapterClient is being used by https:/spring-projects/spring-integration-aws to switch from DynamoDB Streams to Kinesis Stream models. The problem is one of the operations being used is ListShards. DynamoDB Stream doesn't support this so that's broken at the moment in that project: spring-projects/spring-integration-aws#181. It is using ListShards instead of DynamoDB streams because of this issue: spring-cloud/spring-cloud-stream-binder-aws-kinesis#134, where some people were having problems with the DescribeStream operation limits.

Would you consider adding support for ListShards operation by delegating that to DescribeStream API in case of DynamoDB stream? If so let me know and I can do a PR like this one: spring-cloud/spring-cloud-stream-binder-aws-kinesis#144 to this repo instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant