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
Current spring-cloud-aws version used in spring-cloud-stream-binder-kinesis is 2.4.0. However, spring-cloud-aws has released 3.0.0-M3 which is internally using AWS SDKV2 instead of current AWS SDK v1 and improves performance
As spring cloud steam is moving towards Next Major version (4.x), it would be the better time to introduce AWS SDKV2. Do we have any plan to upgrade to the spring-cloud-aws 3.x?
The text was updated successfully, but these errors were encountered:
Closed in favor of spring-cloud/spring-cloud-stream-binder-aws-kinesis#182.
We cannot move Kinesis Binder to AWS SDK v2 until all its upstream dependencies have migrated.
Especially I worry more about these two which looks like a part of AWS support by themselves:
Current spring-cloud-aws version used in
spring-cloud-stream-binder-kinesis
is 2.4.0. However, spring-cloud-aws has released 3.0.0-M3 which is internally using AWS SDKV2 instead of current AWS SDK v1 and improves performanceAs spring cloud steam is moving towards Next Major version (4.x), it would be the better time to introduce AWS SDKV2. Do we have any plan to upgrade to the spring-cloud-aws 3.x?
The text was updated successfully, but these errors were encountered: