You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/02/25 11:27:47 UTC

[GitHub] SavtechSolutions commented on issue #3320: NIFI-6057 allow request body to come from an expression

SavtechSolutions commented on issue #3320: NIFI-6057 allow request body to come from an expression
URL: https://github.com/apache/nifi/pull/3320#issuecomment-466976781
 
 
   Not if you want to retain the flowfile content for further processing. Consider, for example, a case of writing a confluent-encoded record set, if you want to account for the cases when the schema might not have been registered yet. You'd want to issue a POST against the schema registry, with the schema as body, but you'd also want to keep the record set for subsequent writing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services