mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Update VeniceDB client in order to support token auth
This commit is contained in:
parent
298eaa8945
commit
3bc4a21a2d
@ -33,7 +33,7 @@
|
||||
</description>
|
||||
|
||||
<properties>
|
||||
<venice.version>0.4.17-alpha-8</venice.version>
|
||||
<venice.version>0.4.17-alpha-9</venice.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -79,7 +79,7 @@ public class VeniceSpace implements AutoCloseable {
|
||||
ClientConfig clientConfig = ClientConfig.defaultGenericClientConfig(storeName);
|
||||
clientConfig.setVeniceURL(routerUrl);
|
||||
clientConfig.setForceClusterDiscoveryAtStartTime(true);
|
||||
// clientConfig.setToken(token);
|
||||
clientConfig.setToken(token);
|
||||
client = ClientFactory.getAndStartGenericAvroClient(clientConfig);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user