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

Remove `grpc::Status` from Policy, Retry, and Backoff policies.

Open dopiera opened this issue 6 years ago • 2 comments

google::cloud::Status should be used instead.

It's not feasible yet because there are places which use grpc::Status, but eventually they should go away after we migrate to futures.

dopiera avatar Mar 26 '19 19:03 dopiera

To what @dopiera said I would add: because at least in theory customers could add their own policies, we should consistently use one *::Status class.

coryan avatar May 30 '19 23:05 coryan

We will re-examine this bug as part of "Modernizing Bigtable"

coryan avatar Dec 09 '21 20:12 coryan