Open
Description
Expected Behavior
To have the option to use NATS JetStream Key/Value store instead of Redis as a distributed storage for sessions.
Current Behavior
NATS JetStream Key/Value store is not supported.
Context
- Docs: https://docs.nats.io/nats-concepts/jetstream/key-value-store
- Java client: https://github.com/nats-io/nats.java
- TTL per key is planned for the next minor version (v2.11): Key-value storage, Does the key support TTL? nats-io/nats-server#3251