The following are additional notes about which RPCs should retry which failed RPCs.
A common concern with retrying CREATE
and DELETE
operations is that they are
non-idempotent operations. The functional concern can be summarized with this
example:
Get("Foo")