diff --git a/envoy/extensions/access_loggers/grpc/v3/als.proto b/envoy/extensions/access_loggers/grpc/v3/als.proto index 2a7d3799..ed000522 100644 --- a/envoy/extensions/access_loggers/grpc/v3/als.proto +++ b/envoy/extensions/access_loggers/grpc/v3/als.proto @@ -91,10 +91,9 @@ message CommonGrpcAccessLogConfig { repeated string filter_state_objects_to_log = 5; // Sets the retry policy when the establishment of a gRPC stream fails. - // If the stream succeeds once in establishing If the stream succeeds - // at least once in establishing itself, no retry will be performed - // no matter what gRPC status is received. Note that only - // :ref:`num_retries ` + // If the stream succeeds at least once in establishing itself, + // no retry will be performed no matter what gRPC status is received. + // Note that only :ref:`num_retries ` // will be used in this configuration. This feature is used only when you are using // :ref:`Envoy gRPC client `. config.core.v3.RetryPolicy grpc_stream_retry_policy = 7;