start Random Rpc Client
fun <I> startRandomRpcClient(rpcOpsClass: Class<I>, rpcAddress: <Error class: unknown class>, username: String = rpcTestUser.username, password: String = rpcTestUser.password): <Error class: unknown class><Process>
Starts a Netty RPC client in a new JVM process that calls random RPCs with random arguments.
Parameters
rpc Ops Class
The Class of the RPC interface.
rpc Address
The address of the RPC server to connect to.
username
The username to authenticate with.
password
The password to authenticate with.