Added warning for replication

This commit is contained in:
mmontes11
2024-08-28 15:18:00 +02:00
parent 85ab6353c4
commit b3ee97fd6c

View File

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