google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Support `RetryInfo` in Bigtable

Open dbolduc opened this issue 1 year ago • 0 comments

Googlers can see go/cloud-cxx:cbt-retry-info for more details.

Milestone 1

  • [x] Support RetryInfo in Status, like we do with ErrorInfo
  • [x] Capture RetryInfo from server responses
  • [x] Add UseServerRetryInfoOption option, defaulted in Bigtable
  • [x] Heed RetryInfo in BulkApply
  • [x] Heed RetryInfo in ReadRows
  • [x] Heed RetryInfo in SampleRows
  • [x] Heed RetryInfo in AsyncBulkApply
  • [x] Heed RetryInfo in AsyncReadRows
  • [x] Heed RetryInfo in AsyncSampleRows
  • [ ] Flip the feature flag

Milestone 2

  • [x] Heed RetryInfo in RetryLoop
  • [x] Heed RetryInfo in AsyncRetryLoop

dbolduc avatar Jan 25 '24 23:01 dbolduc