Merge pull request #9385 from kobergj/NatsjsRegistryRegression

Encode registry keys
This commit is contained in:
kobergj
2024-06-14 11:36:30 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -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
+1
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"}