Zanzana: Add token namespace to config (#114165)

This commit is contained in:
Alexander Zobnin
2025-11-20 15:54:32 +01:00
committed by GitHub
parent b5a50e7772
commit cb06bba243
+1
View File
@@ -118,6 +118,7 @@ type ZanzanaClientConfig struct {
Token string
TokenExchangeURL string
ServerCertFile string
TokenNamespace string
}
// NewRemoteZanzanaClient creates a new Zanzana client that connects to remote Zanzana server.