You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR for #6427 is hanging out there (right now it works with a full resolver, at least on the disk pruning when NOT using leafnodes).
As for the deletion.
Need to verify what happens to users when the account is deleted (expecting disconnect, but not verified it)
The server typically keeps accounts in memory, need to verify if the account gets released
The typical process for removing an account is usually to set connections to zero, update, hoping that a delete simply kills clients, because then it removes the need to update the account.
Proposed change
We need to evaluate if current features around deleting accounts are sufficient.
nsc
andnats auth
have safe ways to delete accounts that properly cleans up the server?@aricart has thoughts.
Use case
Create mature tooling for removing accounts
Contribution
No response
The text was updated successfully, but these errors were encountered: