I'm building a Java application to consume events from a DynamoDB Stream using the KCL library.
The example on AWS docs uses this library:
com.amazonaws:dynamodb-streams-kinesis-adapter:1.4.0
Which depends on:
com.amazonaws:amazon-kinesis-client:1.9.0
However, on the KCL repo, there already is v2.2.0 of the KCL, with a different group id:
software.amazon.kinesis:amazon-kinesis-client:2.2.0
Is there a way to use the newer KCL with DynamoDB Stream adapter?