You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by trixpan <gi...@git.apache.org> on 2017/04/25 14:37:57 UTC

[GitHub] nifi issue #1395: NIFI-3280 PostHTTP Option to write response to attribute o...

Github user trixpan commented on the issue:

    https://github.com/apache/nifi/pull/1395
  
    @nickcarenza thanks for the PR, much appreciated.
    
    I was going through it and got myself wondering:
    
    Is there any reason why we are doing this when InvokeHTTP processor cater for the very same need (i.e. POST followed by content to attributes)
    
    From its documentation:
    
    > **Put Response Body In Attribute**
    > 
    > _If set, the response body received back will be put into an attribute of the original FlowFile instead of a separate FlowFile. The attribute key to put to is determined by evaluating value of this property. 
    > Supports Expression Language: true_
    
    Keen to understand the reason as I suspect I am missing something


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---