Skip to content

Commit 339029d

Browse files
authored
docs(kitex): Update retry.md of EN (#1421)
1 parent 627de0d commit 339029d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • content/en/docs/kitex/Tutorials/service-governance

content/en/docs/kitex/Tutorials/service-governance/retry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Mixed Retry function with both Failure Retry and Backup Request functions. Advan
3434
- Make sure your targeting service method is idempotent before enabling retry.
3535
- Failure Retry and Backup Request cannot be enabled on the same method at the same time. If you need to enable it at the same time, please use Mixed Retry.
3636
- Timeout retry will increase latency
37+
- Streaming API doesn't yet support Retry
3738

3839
## 2. Retry Policy
3940

0 commit comments

Comments
 (0)