From 87ee72ba05c30a1d0fe8294ef29249f63238b85e Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 23 May 2019 13:17:45 -0500 Subject: [PATCH] Update supported-stores.md --- nats_streaming/clustering/supported-stores.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_streaming/clustering/supported-stores.md b/nats_streaming/clustering/supported-stores.md index 0fb3a3e..7c0322e 100644 --- a/nats_streaming/clustering/supported-stores.md +++ b/nats_streaming/clustering/supported-stores.md @@ -6,4 +6,4 @@ The NATS Streaming stores server meta information, messages and subscriptions to However, in clustered mode, we use RAFT for leader election. The raft layer uses its own stores which are currently necessarily file based. The location of the RAFT stores defaults to the current directory under a sub-directory named after the cluster ID, or you can configure it using `--cluster_log_path`. -This means that even if you select an SQL Store, there will still be a need for storing data on the file system. +This means that even if you select a SQL Store, there will still be a need for storing data on the file system.