From 648be33d81a5f91684ba2a1ed9827ec36012bf2c Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 5 Feb 2021 15:34:57 -0600 Subject: [PATCH] Jetstream ->JetStream --- jetstream/getting_started/getting_started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jetstream/getting_started/getting_started.md b/jetstream/getting_started/getting_started.md index 91b2364..6e5ff6c 100644 --- a/jetstream/getting_started/getting_started.md +++ b/jetstream/getting_started/getting_started.md @@ -1,16 +1,16 @@ # Getting Started -Getting started with Jetstream is straightforward. While we speak of Jetstream as if it is a seperate component, it's actually a subsystem built into the NATS server that needs to be enabled. +Getting started with JetStream is straightforward. While we speak of Jetstream as if it is a seperate component, it's actually a subsystem built into the NATS server that needs to be enabled. ## Command line -Enable Jetstream by specifying the `-js` flag when starting the NATS server. +Enable JetStream by specifying the `-js` flag when starting the NATS server. `$ nats-server -js` ## Configuration File -Enable Jetstream through a configuration file. By default, the Jetstream subsytem will store data in the /tmp directory. Here's a minimal file that will store data in a local "nats" directory, suitable for development and local testing. +Enable JetStream through a configuration file. By default, the JetStream subsytem will store data in the /tmp directory. Here's a minimal file that will store data in a local "nats" directory, suitable for development and local testing. `$ nats-server -c js.conf` @@ -21,6 +21,6 @@ jetstream { } ``` -Normally Jetstream will be run in clustered mode and will replicate data, so the best place to store Jetstream data would be locally on a fast SSD. One should specifically avoid NAS or NFS storage for Jetstream. +Normally JetStream will be run in clustered mode and will replicate data, so the best place to store JetStream data would be locally on a fast SSD. One should specifically avoid NAS or NFS storage for JetStream. -See [Using Docker](./using_docker.md) and [Using Source](./using_source.md) for more information. \ No newline at end of file +See [Using Docker](./using_docker.md) and [Using Source](./using_source.md) for more information.