retry: update comment to indicate transparent retries are implemented (#29003)

pull/29058/head
Mark D. Roth 3 years ago committed by GitHub
parent cf9be3d49d
commit 6d61efe27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      include/grpc/impl/codegen/grpc_types.h

@ -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.

Loading…
Cancel
Save