-
Notifications
You must be signed in to change notification settings - Fork 39
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
Migration to sdk2 #22
Comments
We currently don't have any plans to migrate to AWS SDK 2.0 in the next 6 months. SDK 2.0 can run alongside SDK 1.x in a JVM. What is your use case to migrate DynamoDB Streams adapter to 2.0? |
I would say that the KCL v2.0 has a nicer interface, and if you are using it for other kinesis activity it would be nice to not have to learn both apis. |
KCL 1.x is quite buggy, maybe 2.x is less so? |
DynamoDB continues to work on improvements to KCL 1.x and DDB Streams Kinesis adapter, including bug fixes. Kinesis also supports both 1.x and 2.x and continues to work on bug fixes for both versions. |
As noted in #22 (comment), I have tried migrating KCL to 2.x and during my migration I have encountered that there is no equivalent for |
DynamoDB Streams does not support KCL 2.x today, and building this support is a larger effort than implementing 2-3 classes. There is no recommended workaround for this at this time, and we recommend using KCL 1.13.3 with version 1.5.1 of the adapter as of now. We continue to support customers who are using this combination. |
What is the timeline for updating this library to use V2? |
Is there any update on this? It seems like this is supposed to be the official path, but support does not exist. The docs for the V2 DynamoDB Streams say
If you follow that link you end up here, where it says
So the V2 SDK docs lead you back here, where support for v2 is not supported. While a timeline for v2 support would be nice, it seems like the docs should at least warn potential upgraders of the missing support. |
Also stuck on this. |
@artembilan I think that the feature you mentioned is not always a good alternative to native DynamoDB Streams The integration of DynamoDB with Kinesis data streams to implement change data capture is absolutely not equivalent to the native implementation of DynamoDB Streams. These are two key differences: Change data capture for DynamoDB Streams:
Kinesis Data Streams to capture changes to DynamoDB:
Therefore, depending the the use-case, one might not easily be able to trade one for the other (e.g. if the application needs the guarantee that messages appear in order of modification in the change stream). So imo, support of native DynamoDB Streams in KCL v2 & the stream adapters looks like a rather important feature. @aggarwal, do we have any update about a timeline for the support of this feature? Thanks in advance 👍 |
AWS SDK v1 will enter maintenance mode in July 31st, 2024, and reach end-of-life on Dec 31st, 2025. I really hope the migration is done before that. |
Hi,
Do you have plan to migrate to aws sdk2 ? :)
Michal
The text was updated successfully, but these errors were encountered: