duli created TUBEMQ-85:
--------------------------

             Summary: There is NPE when creating PullConsumer with 
TubeSingleSessionFactory
                 Key: TUBEMQ-85
                 URL: https://issues.apache.org/jira/browse/TUBEMQ-85
             Project: Apache TubeMQ
          Issue Type: Bug
            Reporter: duli


There is NullPointException when when creating PullConsumer with code like This:
{code:java}
ConsumerConfig consumerConfig = new ConsumerConfig(localhost, masterAddress, 
consumerGroup);
TubeSingleSessionFactory messageSessionFactory = new 
TubeSingleSessionFactory(consumerConfig);
PullMessageConsumer pullConsumer = 
messageSessionFactory.createPullConsumer(consumerConfig);

{code}
The stack trace is:

java.lang.NullPointerException             
com.tencent.tubemq.client.factory.TubeSingleSessionFactory.createPullConsumer(TubeSingleSessionFactory.java:80)

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to