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

Added accounts, clarified jwt authentication.

This commit is contained in:
Alberto Ricart
2019-05-28 15:14:57 -05:00
parent 46802a6053
commit 82ccdb8e6b
6 changed files with 60 additions and 23 deletions

View File

@@ -66,7 +66,7 @@ With the required information, we can add an import to the public stream.
Success! - added stream import "a.b.c.>"
```
> Note we did fancy things here: The remote stream publishes messages as `a.b.c.>`, but we changed the prefix to be something else in the importing accounts subject space. We changed it to `abc.>`. Subscribers in our account can listen to `abc.>` to get the messages.
> Note we did fancy things here: The remote stream publishes messages as `a.b.c.>`, but we changed the prefix to be something else in the importing accounts subject space. We changed it to `abc.>`. Subscribers in our account can listen to `abc.>` to get the messages. The message will be delivered as `abc.a.b.c.>`.
And verifying it: