You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
AmazonDynamoDBStreamsAdapterClient
is being used by https://github.com/spring-projects/spring-integration-aws to switch from DynamoDB Streams to Kinesis Stream models. The problem is one of the operations being used isListShards
. DynamoDB Stream doesn't support this so that's broken at the moment in that project: spring-projects/spring-integration-aws#181. It is usingListShards
instead of DynamoDB streams because of this issue: spring-cloud/spring-cloud-stream-binder-aws-kinesis#134, where some people were having problems with theDescribeStream
operation limits.Would you consider adding support for
ListShards
operation by delegating that toDescribeStream
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.The text was updated successfully, but these errors were encountered: