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

fixed merging issues

some lines got duplicated
This commit is contained in:
Matthias Hanel 2021-06-29 15:19:28 -04:00 committed by GitHub
parent 66c233a7a4
commit 26b10a6d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,10 +247,6 @@ Obtaining Stream stats
### Copying across domains via `source` or `mirror`
#### Copying across domains via `source` or `mirror`
### Copying across domains via `source` or `mirror`
In order to copy a stream from one domain into another, specify the JetStream domain when creating a `mirror`. If you want to connect a leaf to the hub and get commands, even when the leaf node connection is offline, mirroring a stream located in the hub is the way to go.
```bash
@ -370,10 +366,6 @@ Obtaining Stream stats
### Cross account & domain import
#### Cross account & domain import
### Cross account & domain import
All of the above happened in the same account. To share domain access across accounts the `account.conf` from above needs to be modified and the server restarted or reloaded. This example exports the consumer API as well as a delivery subject which is used by the internal push consumer created by `source` and `mirror`.
In support of another example on how to share a durable consumer for client access across domains and accounts, the `NEXT` and `ACK` API are exported as well.