You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other than having solid software tests, which are included into corresponding PRs, the DynamoDB I/O subsystem must be manually tested for semantic soundness and good usability, specifically but not exclusively related to full-load -> cdc convergence.
In the best possible scenario, this would happen on real-world data instead of synthesized or other data coming from testing datasets, because those are mostly uniform and homogeneous. In this spirit, the former is crucial for discovering edge case situations, and hopefully improving them.
The text was updated successfully, but these errors were encountered:
About
Coming from GH-226, GH-247, GH-252, GH-263, and others, there are a few backlog items to be resolved.
Items
General
DuplicateKeyException
after Lambda is resuming CDC operations #301That's another item transformation idea picked up from an example program.
Full Load
DynamoDB: Add pagination support for
full-load
table loader #252BulkProcessor
, like MongoDB I/O is doing it.MongoDB: Improve error handling wrt. bulk operations vs. usability #262
Change Stream
ctk load table
interface for processing CDC events #247.Manual Testing
Other than having solid software tests, which are included into corresponding PRs, the DynamoDB I/O subsystem must be manually tested for semantic soundness and good usability, specifically but not exclusively related to full-load -> cdc convergence.
In the best possible scenario, this would happen on real-world data instead of synthesized or other data coming from testing datasets, because those are mostly uniform and homogeneous. In this spirit, the former is crucial for discovering edge case situations, and hopefully improving them.
The text was updated successfully, but these errors were encountered: