Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/docs/17.0/user-guides/configuration-basic/vtgr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: vtgr (experimental)
weight: 10
---

{{< warning >}}
This component has been deprecated in v17 and will be removed in v18! We recommend that you instead use [VTOrc](../vtorc/) with the [semi_sync durability policy](../durability_policy/).
{{</ warning >}}

`vtgr` is a stateless orchestration component that integrates Vitess with MySQL group replication: it is responsible to bootstrap MySQL group and reconcile between the group and Vitess. It is available as an experimental feature. It still needs thorough testing, and more features need to be added.

In order to configure `vtgr`, you have to make the following changes to `vttablet`:
Expand Down
4 changes: 4 additions & 0 deletions content/en/docs/18.0/user-guides/configuration-basic/vtgr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: vtgr (experimental)
weight: 10
---

{{< warning >}}
This component has been deprecated in v17 and will be removed in v18! We recommend that you instead use [VTOrc](../vtorc/) with the [semi_sync durability policy](../durability_policy/).
{{</ warning >}}

`vtgr` is a stateless orchestration component that integrates Vitess with MySQL group replication: it is responsible to bootstrap MySQL group and reconcile between the group and Vitess. It is available as an experimental feature. It still needs thorough testing, and more features need to be added.

In order to configure `vtgr`, you have to make the following changes to `vttablet`:
Expand Down