1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update NATS Streaming documentation

Brings missing parts that were in the README.md
Added some details in the TLS section based on issue https://github.com/nats-io/nats-streaming-server/issues/919

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2019-09-03 18:32:56 -06:00
parent e6da4dc7d4
commit 4ef08006bc
13 changed files with 793 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ Note that once a leader is elected, subsequent servers can be started without pr
nats-streaming-server -store file -dir store-d -clustered -nats_server nats://localhost:4222
```
The equivalent clustering configurations can be specified in a configuration file under the `cluster` group. See the [README Configuring](https://github.com/nats-io/nats-streaming-server#configuring) section for more information.
The equivalent clustering configurations can be specified in a configuration file under the `cluster` group. See the [Configuring](../configuring/configuring.md) section for more information.
Here is an example of a cluster of 3 nodes using the following configuration files. The nodes are running on `host1`, `host2` and `host3` respectively.
**NOTE** If you have an existing NATS cluster and want to run NATS Streaming Cluster on top of that, see details at the end of this section.