Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add misk client for dynamo #90

Open
mpawliszyn opened this issue May 25, 2020 · 1 comment
Open

Add misk client for dynamo #90

mpawliszyn opened this issue May 25, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mpawliszyn
Copy link
Collaborator

Totally doable with configurable number of instances:
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html

@swankjesse
Copy link
Contributor

Discussed offline.

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;
}

@shellderp shellderp added the enhancement New feature or request label Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants