[ 
https://issues.apache.org/jira/browse/NIFI-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693443#comment-16693443
 ] 

ASF GitHub Bot commented on NIFI-4914:
--------------------------------------

Github user david-streamlio commented on the issue:

    https://github.com/apache/nifi/pull/3178
  
    @joewitt I dug into the build logs and found that the issue with the 
parallel build was due to having the wrong version for both of the Pulsar NAR 
files defined in the NiFi-assembly/pom.xml file. Which I fixed and pushed in 
the second 
[commit](https://github.com/apache/nifi/pull/3178/commits/0c85ce122b1bf06149320a2475aa396838de9493).
 
    `        <dependency>
                <groupId>org.apache.nifi</groupId>
                <artifactId>nifi-pulsar-client-service-nar</artifactId>
                <version>1.9.0-SNAPSHOT</version>
                <type>nar</type>
            </dependency>
            <dependency>
                <groupId>org.apache.nifi</groupId>
                <artifactId>nifi-pulsar-nar</artifactId>
                <version>1.9.0-SNAPSHOT</version>
                <type>nar</type>
            </dependency>`


> 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)

Reply via email to