docs(routes): retry-policy parser landed; fix circuit-breaker scope notes#12
Open
raffaelschneider wants to merge 2 commits into
Open
docs(routes): retry-policy parser landed; fix circuit-breaker scope notes#12raffaelschneider wants to merge 2 commits into
raffaelschneider wants to merge 2 commits into
Conversation
…pe notes The route-level retry-policy block is now parsed (zentinel#267): max-attempts is honored, the backoff/timeout/retryable-status-codes settings parse but are not yet applied (tracked in zentinel#279). Route-level circuit-breaker is still not parsed; upstream-level circuit-breaker is now supported (zentinel#260). Replaces the stale "dropped by the parser / tracked in #262" notes.
Deploying zentinelproxy-io-docs with
|
| Latest commit: |
537bf14
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b2ee2dae.zentinelproxy-io-docs.pages.dev |
| Branch Preview URL: | https://docs-route-retry-policy-pars.zentinelproxy-io-docs.pages.dev |
… #260) #260 was closed without merging; the upstream circuit-breaker config actually shipped via #267. Also note the known open-state recovery bug (#261).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the route-level retry-policy and circuit-breaker admonitions in
configuration/routes.mdto match reality after zentinel#267 merged (which closed #262):max-attemptsis honored (bounds upstream peer-selection attempts), whiletimeout-ms/backoff-base-ms/backoff-max-ms/retryable-status-codesparse but aren't applied yet. Points to the behavior follow-up zentinel#279.Docs-only; no example KDL changed.