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
FWIW, if clients don't enforce it (like nats-py), storing values with keys that contain e.g. & succeeds. Also, watching them with wildcards succeeds with nats cli.
When trying to store a KV item on a bucket, using a
:
throws an error that it is not a valid key. An example key that throws an error isconfig:key
.What is a valid key is not documented here:
https://github.com/nats-io/nats.docs/blob/master/nats-concepts/jetstream/key-value-store/readme.md
The text was updated successfully, but these errors were encountered: