RemoteResolverElement

  • bigint cache_expiration_time_ms_
    • we expire lookup cache entries after this interval
  • array<string> lookup_servers_
    • servers we round-robin / failover for lookups ('ip:port')

  • optional string lookup_rpc_path_
    • default /rpc-config/standard_library
  • optional int lookup_num_retries_; // default 3
  • optional int lookup_max_concurrent_requests_; // default 1
  • optional int lookup_req_timeout_ms_; // default 10000
  • optional bool local_lookup_first_; // default true
  • optional string lookup_auth_user_; // default ""
  • optional string lookup_auth_pass_; // default ""
  • string media_type_
    • Expected media type to be received.
  • optional int flavour_mask_
    • Mask for flavours we receive (default 1)