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

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

Github user bbende commented on the issue:

    https://github.com/apache/nifi/pull/2561
  
    Yea when you update your branch you should be doing something like the 
following...
    ```
    git fetch upstream
    git rebase upstream/master
    ```
    This assumes "upstream" points to either Apache NiFi git repo or Apache 
NiFi Github.
    
    Using rebase will apply all the incoming commits from upstream/master to 
your branch and then put your commits back on top of that so it looks like 
yours are always the latest.
    
    You then need to force push to your remote branch `git push origin 
your-branch --force`


> Implement record-based Solr processors
> --------------------------------------
>
>                 Key: NIFI-4035
>                 URL: https://issues.apache.org/jira/browse/NIFI-4035
>             Project: Apache NiFi
>          Issue Type: Improvement
>    Affects Versions: 1.2.0, 1.3.0
>            Reporter: Bryan Bende
>            Priority: Minor
>
> Now that we have record readers and writers, we should implement variants of 
> the existing Solr processors that record-based...
> Processors to consider:
> * PutSolrRecord - uses a configured record reader to read an incoming flow 
> file and insert records to Solr
> * GetSolrRecord - extracts records from Solr and uses a configured record 
> writer to write them to a flow file



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to