From 26b10a6d24a430d8be70c391d1aba9f0a5233acf Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 29 Jun 2021 15:19:28 -0400 Subject: [PATCH] fixed merging issues some lines got duplicated --- jetstream/leafnodes.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/jetstream/leafnodes.md b/jetstream/leafnodes.md index 18dae8d..80937ef 100644 --- a/jetstream/leafnodes.md +++ b/jetstream/leafnodes.md @@ -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.