awslabs / dynamodb-streams-kinesis-adapter

The Amazon DynamoDB Streams Adapter implements the Amazon Kinesis interface so that your application can use KCL to consume and process data from a DynamoDB stream.
Apache License 2.0
97 stars 37 forks source link

Overwrites Endpoint Set #18

Closed dayyan closed 4 years ago

dayyan commented 6 years ago

I've been trying to use this with DynamoDB Local. I set the endpoint to my localhost and the correct port but the KCL keeps hitting us-west-2.

I tried throwing an immutable DynamoDB Stream client into AmazonDynamoDBStreamsAdapterClient. This causes the immutable client error (can't set).

aggarwal commented 4 years ago

I tested using KCL 1.13.3 and Adapter 1.5.2 with DynamoDB Local today, and it worked as expected. Please try with these versions. If you're still experiencing the issue, please submit the code here to reproduce the issue.