mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Merge branch 'add_jetstream_docs' of github.com:nats-io/nats.docs into add_jetstream_docs
This commit is contained in:
commit
21b5d724d5
@ -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