Overview¶
Features¶
Product |
||
---|---|---|
DynamoDB support |
✓ |
✓ |
Write Sharding |
✓ |
✓ |
Non-blocking I/O |
✓ |
- |
back pressure |
✓ |
- |
AWS Client Version |
v1,v1-dax,v2,v2-dax |
v1 |
Journal Plugin |
✓ |
✓ |
Snapshot Plugin |
✓ |
✓ |
State Plugin |
✓ |
- |
Query Plugin |
- |
- |
Note
Since version 1.7.x, the query plugin was discontinued. You can’t get throughput by simply doing a Scan like the query plugin. A better way is to use DynamoDB Streams or KDS for DynamoDB.
Programming Language Support¶
Java 1.8+ or Scala 2.12.x or 2.13.x
Akka Support¶
Akka 2.6+
The following modules are required to use the plugins.
akka typed
akka classic
AWS DynamoDB Client Support¶
The plugins use the AWS SDK for communication with AWS DynamoDB
.