mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-25 01:28:31 +00:00
Added warning for replication
This commit is contained in:
@ -21,6 +21,9 @@ Refer to the following sections for further detail.
|
||||
|
||||
## Topologies
|
||||
|
||||
> [!WARNING]
|
||||
> SemiSync Replication is in alpha stage and not ready for production. Use it at your own risk.
|
||||
|
||||
- **Multi master HA via [Galera](./GALERA.md)**: All nodes support reads and writes. We have a designated primary where the writes are performed.
|
||||
- **Single master HA via [SemiSync Replication](../examples/manifests/mariadb_replication.yaml)**: The primary node allows both reads and writes, while secondary nodes only allow reads.
|
||||
|
||||
|
Reference in New Issue
Block a user