Skip to content

Add policy to control which RPC operations are re-tryable. #15

@coryan

Description

@coryan

At the end of this task it will be possible to configure the bigtable::Table class with a policy to control which RPC operations can be retried based on their status codes. The default policy should only retry operations that fail with grpc::StatusCode::ABORTED, grpc::StatusCode::UNAVAILABLE, or grpc::StatusCode::DEADLINE_EXCEEDED.

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions