[
https://issues.apache.org/jira/browse/NIFI-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411236#comment-15411236
]
ASF subversion and git services commented on NIFI-2509:
-------------------------------------------------------
Commit 29f53c07f5b6831d057f409b83735d8c7331ce7b in nifi's branch
refs/heads/master from [~ozhurakousky]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=29f53c0 ]
NIFI-2509 This closes #805. fixed NPE condition in KafkaConsumer
> KafkaConsumer results in NPE if check.connection property is not provided
> -------------------------------------------------------------------------
>
> Key: NIFI-2509
> URL: https://issues.apache.org/jira/browse/NIFI-2509
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.0.0-Beta
> Reporter: Arpit Gupta
> Assignee: Oleg Zhurakousky
> Fix For: 1.0.0, 0.8.0
>
>
> If the user does not provide check connection property consume kafka returns
> a NPE
> {code}
> java.lang.NullPointerException: null
> at
> org.apache.nifi.processors.kafka.pubsub.ConsumeKafka.buildKafkaResource(ConsumeKafka.java:241)
>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)