@Override
public void process(String[] args, PrintStream output) throws Exception {
super.process(args, output);
String streamId = args[0];
StreamProperties config = streamClient.getConfig(streamId);
new AsciiTable<StreamProperties>(
new String[] { "name", "ttl"},
Lists.newArrayList(config),
new RowMaker<StreamProperties>() {