mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Grammar/syntax updates
This commit is contained in:
parent
19de4f5841
commit
6d4e66410a
@ -1,6 +1,6 @@
|
||||
## Data Replication
|
||||
|
||||
Replication allow you to move data between streams in either a 1:1 mirror style or by multiplexing multiple source streams into a new stream. In future builds this will allow data to be replicated between accounts as well, ideal for sending data from a Leafnode into a central store.
|
||||
Replication allows you to move data between streams in either a 1:1 mirror style or by multiplexing multiple source streams into a new stream. In future builds this will allow data to be replicated between accounts as well, ideal for sending data from a Leafnode into a central store.
|
||||
|
||||

|
||||
|
||||
@ -20,7 +20,7 @@ A *source* is a stream where data is copied from, one stream can have multiple s
|
||||
|
||||
A Stream with sources may also listen on subjects, but could have no listening subject. When using the `nats` CLI to create sourced streams use `--subjects` to supply subjects to listen on.
|
||||
|
||||
A source can have start time or start sequence and can filter by a subject.
|
||||
A source can have Start Time or Start Sequence and can filter by a subject.
|
||||
|
||||
### Configuration
|
||||
|
||||
@ -166,4 +166,4 @@ Obtaining Stream stats
|
||||
|
||||
Here we also pass the `--dot replication.dot` argument that writes a GraphViz format map of the replication setup.
|
||||
|
||||

|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user