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
When you have servers that are geophysically all over the world and using BGP / Anycast, NATS allows the users session to be replicated to all the Servers.
Its very easy because you can use the NATS KV Store to do this.
I'm using NATS in a new project for pub/sub messaging. I saw that it also supports key/value storage which would allow me to remove my Redis dependency that I'm using for key/value as well as scs sessions. I wonder if anyone else is interested in a NATS custom session store :)
When you have servers that are geophysically all over the world and using BGP / Anycast, NATS allows the users session to be replicated to all the Servers.
Its very easy because you can use the NATS KV Store to do this.
https://docs.nats.io/nats-concepts/jetstream/key-value-store/kv_walkthrough
The text was updated successfully, but these errors were encountered: