Replies: 10 comments 12 replies
-
If the users and account information is in the server config (called config mode vs operator mode) you will need that information in all servers. Operator mode alleviates that need. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply @derekcollison. So from this I assume the account/user info would then be stored in a key/value store ? |
Beta Was this translation helpful? Give feedback.
-
Thanks - wow another concept to learn. Other than the docs is there a good place to start to learn more about the NATS terminology and concepts ? |
Beta Was this translation helpful? Give feedback.
-
Yeah, reading about the Account Server now. The docs say:
So is it better to use the built-in full NATS based resolver for learning or the NATS Account Server ? |
Beta Was this translation helpful? Give feedback.
-
Thanks again. So I have a three node cluster. I assume then for now I should use the same file for all three node ? |
Beta Was this translation helpful? Give feedback.
-
FYI we are looking at introducing a new resolver option that does use a JetStream KV.. |
Beta Was this translation helpful? Give feedback.
-
Sometime this quarter I would imagine.. It's a high priority for me. But we have a lot of high priority items ;) |
Beta Was this translation helpful? Give feedback.
-
Arh OK - maybe I’m misunderstanding something.
…Sent from my iPhone
On 4 Jul 2022, at 20:57, R.I.Pienaar ***@***.***> wrote:
That sounds like the problem the current built-in account resolver already fixes.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
The current resolvers that do full cache can solve this problem today. I believe there is an issue however that we want to resolve that when an account is deleted the system does not provide negative answers in all cases. /cc @matthiashanel |
Beta Was this translation helpful? Give feedback.
-
Thanks
…Sent from my iPhone
On 5 Jul 2022, at 03:55, Derek Collison ***@***.***> wrote:
Will allow negative results for accounts that were deleted, etc. Less machinery, can just use the JetStream which is already baked in.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
So I just spun up a 3 node NATS cluster and created some users on node a. in its config file. Will/does this then propagate to nodes b & c or is there something I've missed. Can't seem to find anything on this in the docs.
Beta Was this translation helpful? Give feedback.
All reactions