Giter Club home page Giter Club logo

Comments (3)

zzhangsg avatar zzhangsg commented on August 16, 2024

@taojwmware Hi, could you please kindly help with this issue? Appreciate it!

from vmware-go-kcl.

taoj-action avatar taoj-action commented on August 16, 2024

Even though DynamoDB stream API is similar to Kinesis data stream, they are not exactly the same and that's the reason why DynamoDB streams Kinesis Adapter comes in. Considering the fact that Kinesis is released before DynamoDB stream, I would challenge why AWS doesn't use Kinesis directly.

Luckly, AWS just released a feature to directly capture item-level change in DynamoDB tables into Kinesis data streams which makes the current feature request obsolete.

From AWS console, select the target dynamodb table and click Manage streaming to Kineiss button to select a Kinesis data stream for capturing the change event. Then, KCL can be used to consume the stream directly.
Screen Shot 2020-12-17 at 7 55 14 PM

from vmware-go-kcl.

ravikiran-zoman avatar ravikiran-zoman commented on August 16, 2024

As per the aws dynamodb stream documentation ordering of item updates and exactly once feature which are provided by the dynamodb streams will be lost if we go with kinesis data streams.
Is there any way to achieve the above features using this library with kinesis data streams enabled for a dynamodb ?

from vmware-go-kcl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.