-
Notifications
You must be signed in to change notification settings - Fork 38
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
Is there a version of the adapter for KCL v2.x #42
Comments
I'm not a member of the project but i went through this a while back and concluded that, no, there is not. |
Same conclusion. On the good side, seems like dynamodb has a new |
whoa.. thanks for the heads up. that looks great! |
Why pay extra for Kinesis when DynamoDB Streams exist? I looked at the how to implement my own but looks complex for now. |
Any updates? |
@artur-jablonski , I think that Kinesis can only be an easy alternative for some use cases. Here are some 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). |
As per title. I am looking at consuming dynamodb stream via KCL and ended up here.
I need to use KCL v2.x, but this library seems to be dealing with KCL v1.x.
Is there an equivalent implementation for KCL v2.x?
The text was updated successfully, but these errors were encountered: