kvtools / valkeyrie

Distributed Key/Value Store Abstraction Library written in Go.
https://pkg.go.dev/github.com/kvtools/valkeyrie
Apache License 2.0
278 stars 43 forks source link

consul: support namespaces #52

Closed kevinpollet closed 2 years ago

kevinpollet commented 2 years ago

What does this PR do?

This pull request adds the support for Consul Namespaces.

The Consul client dependency version has also been updated to v1.12.0. Even if the Namespace config option has been introduced in v1.7.0, the client remains backward compatible and can be used with older Consul server versions.