You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by "Guocheng Zhang (Jira)" <ji...@apache.org> on 2020/05/13 07:05:00 UTC

[jira] [Updated] (TUBEMQ-85) There is NPE when creating PullConsumer with TubeSingleSessionFactory

     [ https://issues.apache.org/jira/browse/TUBEMQ-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guocheng Zhang updated TUBEMQ-85:
---------------------------------
    Fix Version/s: 0.5.0
                   0.3.0

> 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
>            Assignee: Guocheng Zhang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.3.0, 0.5.0
>
>         Attachments: 15882229425471.png
>
>
> 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 caused exception 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)