googleapis / googleapis/google-cloud-cpp
Remove `grpc::Status` from Policy, Retry, and Backoff policies.
Open
api: bigtable
next major: breaking change
type: cleanup
- Dominant language
- C++
- Stars
- 659
- Forks
- 462
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
Description
`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.
Contributor guide
Assessment
This issue has not been assessed yet.