Skip to content

Commit

Permalink
api: Update docs for idempotent retries
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo committed Sep 5, 2023
1 parent 36e0af6 commit d3a9eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/grpc/ManagedChannelBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public T disableRetry() {
* Enables the retry and hedging subsystem which will use
* <a href="https://github.com/grpc/proposal/blob/master/A6-client-retries.md#integration-with-service-config">
* per-method configuration</a>. If a method is unconfigured, it will be limited to
* transparent retries, which are safe for non-idempotent RPCs. Service config is ideally provided
* transparent retries, which are safe for idempotent RPCs. Service config is ideally provided
* by the name resolver, but may also be specified via {@link #defaultServiceConfig}.
*
* @return this
Expand Down

0 comments on commit d3a9eb4

Please sign in to comment.