Ioannis Papapanagiotou
Ioannis Papapanagiotou
@akbarahmed I like a lot having the DynamoDB DAO because it supports cross-region replication and you do not need another system outside of AWS. In case of region outage, we...
DynamoDB does not actually support bi-directional cross-region replication (only one way). More [info](https://github.com/awslabs/dynamodb-cross-region-library/blob/master/README.md). Hence at this point, I do not see any reason to pursue the DynamoDB DAO. We can...
@posix4e Done. It would be really nice to see the DAO being added.
DAO = Data Access Object. It is a Java design pattern. More information: https://www.oracle.com/technetwork/java/dataaccessobject-138824.html
This sounds like an issue on how the .war is unpacked in Tomcat. I have not seen that in the past, @smukil can probably provide some context.
cc @diegopacheco who had built dynomite-manager external to the Netflix tomcat ecosystem.
I am sorry I have skipped this issue. You can see the implementation of the interfaces and based on these it should be straightforward on how to move ahead. We...