messageStream = consumerConnector.createMessageStreamsByFilter(filterSpec,
1,
new StringDecoder(null),
new StringDecoder(null)).head();
log.info("Started consumer: topic=%s for zk=%s and groupId=%s".format(topic, zkConnect, groupId));
graphiteClient = new GraphiteClient(graphiteHost, graphitePort);
}