mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
fix(natsjskvregistry): encode keys
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
5
changelog/unreleased/natsjskv-registry-encoding.md
Normal file
5
changelog/unreleased/natsjskv-registry-encoding.md
Normal 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
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user