fix(natsjskvregistry): encode keys

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-06-14 10:17:44 +02:00
parent f202049035
commit f68ffbbd71
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Bugfix: Encode Registry Keys
Encode the keys of the natsjskv registry as they have always been.
https://github.com/owncloud/ocis/pull/9385

View File

@@ -157,6 +157,7 @@ func (n *storeregistry) storeOptions(opts registry.Options) []store.Option {
store.Database("service-registry"),
store.Table("service-registry"),
natsjskv.DefaultMemory(),
natsjskv.EncodeKeys(),
}
addr := []string{"127.0.0.1:9233"}