Update typo in l7-traffic service splitting example (#19468)

This commit is contained in:
John Maguire 2023-11-01 15:22:52 -04:00 committed by GitHub
parent 1a977a1439
commit 3c3084d345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,13 +44,13 @@ Apply a [service router configuration entry](/consul/docs/connect/config-entries
### Splitting ### Splitting
The second stage of the discovery chain is the service splitter. Service splitters split incoming requests and route them to different services or service subsets. Splitters enable staged canary rollouts, versioned releases, and similar use cases. The second stage of the discovery chain is the service splitter. Service splitters split incoming requests and route them to different services or service subsets. Splitters enable staged canary rollouts, versioned releases, and similar use cases.
Apply a [service splitter configuration entry](/consul/docs/connect/config-entries/service-splitter) to implement a splitter. Service splitters configuration entries can only reference other service splitters or service resolver configuration entries. Apply a [service splitter configuration entry](/consul/docs/connect/config-entries/service-splitter) to implement a splitter. Service splitters configuration entries can only reference other service splitters or service resolver configuration entries.
![screenshot of service splitter in the UI](/img/l7-routing/Splitter.png) ![screenshot of service splitter in the UI](/img/l7-routing/Splitter.png)
If multiple service splitters are chained, Consul flattens the splits so that they behave as a single service spitter. In the following equation, `splitter[A]` references `splitter[B]`: If multiple service splitters are chained, Consul flattens the splits so that they behave as a single service spitter. In the following equation, `splitter[B]` references `splitter[A]`:
```text ```text
splitter[A]: A_v1=50%, A_v2=50% splitter[A]: A_v1=50%, A_v2=50%