Skip to content
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

Dynamodb Streams Kinesis Adapter for Python #46

Open
DilLip-Chowdary-Codes opened this issue Sep 17, 2021 · 1 comment
Open

Dynamodb Streams Kinesis Adapter for Python #46

DilLip-Chowdary-Codes opened this issue Sep 17, 2021 · 1 comment

Comments

@DilLip-Chowdary-Codes
Copy link

  1. Is there any Existing things for processing dynamodb streams with KCL in python ?

  2. I came to know as of now, only java Adapter is Available, if it's true how can we do process dynamodb streams in python

    TIA

@dacevedo12
Copy link

dacevedo12 commented Sep 28, 2022

Here's a somewhat hackish approach that worked for me:

  • Use amazon_kclpy 1.5.1 (latest compatible with KCL 1x)
  • Patch the setup.py to force it to accept amazon-kinesis-client-1.13.3 and aws-java-sdk-*-1.12.311 and httpclient-4.5.13
  • Run:
java \
        com.amazonaws.services.dynamodbv2.streamsadapter.StreamsMultiLangDaemon \
        path/to/your/consumer.properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants