mirror of
https://github.com/taigrr/nats.docs
synced 2026-03-23 13:52:18 -07:00
Update ft.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
To minimize the single point of failure, NATS Streaming server can be run in Fault Tolerance mode. It works by having a group of servers with one acting as the active server (accessing the store) and handling all communication with clients, and all others acting as standby servers.
|
To minimize the single point of failure, NATS Streaming server can be run in Fault Tolerance mode. It works by having a group of servers with one acting as the active server (accessing the store) and handling all communication with clients, and all others acting as standby servers.
|
||||||
|
|
||||||
It is important to note that is not possible to run Nats Stream as Fault Tolerance mode and Clustering mode at the same time.
|
It is important to note that is not possible to run Nats Streaming as Fault Tolerance mode and Clustering mode at the same time.
|
||||||
|
|
||||||
To start a server in Fault Tolerance (FT) mode, you specify an FT group name.
|
To start a server in Fault Tolerance (FT) mode, you specify an FT group name.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user