Skip to content

Commit

Permalink
fix(natsjskvregistry): encode keys
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <[email protected]>
  • Loading branch information
kobergj committed Jun 14, 2024
1 parent f202049 commit 9bce968
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/natsjskv-registry-encoding.md
Original file line number Diff line number Diff line change
@@ -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/9384
1 change: 1 addition & 0 deletions ocis-pkg/natsjsregistry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 9bce968

Please sign in to comment.