[
https://issues.apache.org/jira/browse/NIFI-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689934#comment-16689934
]
ASF GitHub Bot commented on NIFI-4914:
--------------------------------------
Github user david-streamlio commented on the issue:
https://github.com/apache/nifi/pull/2882
Thanks @joewitt I was double comparing the nifi-pulsar-bundle/pom.xml to
other bundles in the nifi-nar-bundles, e.g. nifi-redis-bundle/pom.xml,
nifi-rethinkdb-bundle/pom.xml, and nidi-parquet-bundle/pom.xml and they all
define their parent module as follows:
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-parquet-bundle</artifactId>
<version>1.8.0-SNAPSHOT</version>
</parent>
Which is what I have as the definition in the nifi-pulsar-bundle/pom.xml
file
> Implement record model processor for Pulsar, i.e. ConsumePulsarRecord,
> PublishPulsarRecord
> ------------------------------------------------------------------------------------------
>
> Key: NIFI-4914
> URL: https://issues.apache.org/jira/browse/NIFI-4914
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Affects Versions: 1.6.0
> Reporter: David Kjerrumgaard
> Priority: Minor
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Create record-based processors for Apache Pulsar
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)