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

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

Github user david-streamlio commented on the issue:

    https://github.com/apache/nifi/pull/2614
  
    Yea, I'm not sure what happened
    
    First I did the following 4 steps you recommended:
    
    As a rule of thumb, this is how you want to do this sort of update:
    
    git checkout master
    git pull upstream master
    git checkout YOUR_BRANCH
    git rebase master
    
    Then I checkout made the changes, ran mvn -Pcontrib-check clean install and 
had a clean install. When I tried to do a git push, I got the following error
    
    Davids-MacBook-Pro:nifi david$ git push origin
    To https://github.com/david-streamlio/nifi.git
     ! [rejected]            NIFI-4914 -> NIFI-4914 (non-fast-forward)
    error: failed to push some refs to 
'https://github.com/david-streamlio/nifi.git'
    hint: Updates were rejected because the tip of your current branch is behind
    hint: its remote counterpart. Integrate the remote changes (e.g.
    hint: 'git pull ...') before pushing again.
    
    
    So, I fixed the conflicts, committed them and pushed again. 


> 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