Package com.taobao.metaq.client

Examples of com.taobao.metaq.client.MetaPullConsumer


  }
 
  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) {
View Full Code Here

TOP

Related Classes of com.taobao.metaq.client.MetaPullConsumer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.