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: [email protected] With regards, Apache Git Services
