Class FastClientQueryTool

java.lang.Object
com.linkedin.venice.fastclient.FastClientQueryTool

public class FastClientQueryTool extends Object
A CLI tool to query values from a Venice store using the fast client with D2 service discovery. Usage: java -jar venice-client-all.jar <store_name> <key> <zk_address> [--insecure] The optional --insecure flag enables a trust-all SSL context for environments where HTTPS is used with self-signed or untrusted certificates (e.g., Docker quickstart). Without this flag, the tool uses plain HTTP transport only.
  • Constructor Details

    • FastClientQueryTool

      public FastClientQueryTool()
  • Method Details