}
public void initMetaConsumer() throws MQClientException {
LOG.info("MetaSpoutConfig:" + metaSpoutConfig);
consumer = new MetaPullConsumer(metaSpoutConfig.getConsumerGroup());
consumer.setInstanceName(taskIndex + "." + JStormUtils.process_pid());
if (metaSpoutConfig.getNameServer() != null) {
// this is for alipay
if (nameServer == null) {