Skip to content

Commit

Permalink
retry: update comment to indicate transparent retries are implemented (
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth authored Mar 2, 2022
1 parent cf9be3d commit 6d61efe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/grpc/impl/codegen/grpc_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,10 @@ typedef struct {
"latency". */
#define GRPC_ARG_OPTIMIZATION_TARGET "grpc.optimization_target"
/** Enables retry functionality. Defaults to true. When enabled,
configurable retries are enabled when they are configured via the
service config. For details, see:
transparent retries will be performed as appropriate, and configurable
retries are enabled when they are configured via the service config.
For details, see:
https://github.com/grpc/proposal/blob/master/A6-client-retries.md
NOTE: Transparent retries are not yet implemented. When they are
implemented, they will also be enabled by this arg.
NOTE: Hedging functionality is not yet implemented, so those
fields in the service config will currently be ignored. See
also the GRPC_ARG_EXPERIMENTAL_ENABLE_HEDGING arg below.
Expand Down

0 comments on commit 6d61efe

Please sign in to comment.