Skip to content

Commit

Permalink
Merge branch 'main' into docs/multi-port-v1-17-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
boruszak authored Nov 2, 2023
2 parents ea54ebb + 413e2a7 commit c7628de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/connect/manage-traffic/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ Apply a [service router configuration entry](/consul/docs/connect/config-entries

### 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.

![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
splitter[A]: A_v1=50%, A_v2=50%
Expand Down
5 changes: 5 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,9 @@ module.exports = [
destination: '/consul/docs/connect/manage-traffic/:slug',
permanent: true,
},
{
source: '/consul/docs/v1.8.x/connect/config-entries/:slug',
destination: '/consul/docs/v1.8.x/agent/config-entries/:slug',
permanent: true,
},
]

0 comments on commit c7628de

Please sign in to comment.