*/
public ZorkaAsyncThread<SymbolicRecord> toZico(String addr, int port, String hostname, String auth,
int qlen, long packetSize, int retries, long retryTime, long retryTimeExp,
int timeout) throws IOException {
TraceWriter writer = new FressianTraceWriter(symbolRegistry, metricsRegistry);
ZicoTraceOutput output = new ZicoTraceOutput(writer, addr, port, hostname, auth, qlen, packetSize,
retries, retryTime, retryTimeExp, timeout);
output.start();
return output;
}