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
99 stars 37 forks source link

Upgraded the KCL dependency to minimum 1.7.1 #7

Closed jonarddoci closed 7 years ago

jonarddoci commented 7 years ago

Related Issue

joelittlejohn commented 7 years ago

Would be great to see this one merged. I'd really like to be able to use a new KCL (1.7.4) that includes https://github.com/awslabs/amazon-kinesis-client/pull/135 as it's a fairly important fix. I'm seeing a huge number of threads constantly cycled whilst using this library.

Seems like this project could do with some attention as it's falling behind a little but is still the best and recommended way to interact with DynamoDB Streams from Java (AFAIK).

joelittlejohn commented 7 years ago

@pfifer Sorry to bother you directly if you're not involved, but do you know if this project currently has maintainer?

amcp commented 7 years ago

We released support for KCL 1.7.5 today. Closing.