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
My recommendation is to add new fields on RunBatchResponse to permit partial completion of a batch.
message RunBatchResponse {
// The number of records completed in the batch.
optional uint64 completed_record_count = 4;
// If this batch was only partially completed, this is the batch range
// remaining for a follow-up call.
optional KeyRange outstanding_batch_range = 5;
}
Totally doable with configurable number of instances:
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html
The text was updated successfully, but these errors were encountered: