Replies: 1 comment 4 replies
-
We limit the allowed characterset to maximise compatability both with languages (unicode especially) and with other, future, backends. Lets say we support Acme KV as a backend, and they dont support So the current list might be a bit small in terms of allowed chars but we know it should be possible to support most backends. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to configure jetstream store to allow a custom key format instead of this hardcoded one? For example adding a
validKeyFormat
option to theKeyValueConfig
struct. I'm testing some kv stores at the moment and I have keys with@
and:
symbols in them and this regex wont allow these keys.nats.go/kv.go
Line 302 in c75dfd5
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions