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 2022/11/17 16:33:37 UTC

[GitHub] [nifi] nandorsoma commented on pull request #6670: NIFI-10832: Create PutSalesforceRecord processor

nandorsoma commented on PR #6670:
URL: https://github.com/apache/nifi/pull/6670#issuecomment-1318899146

   Hey @Lehel44!
   I'll review this one, but before that, one thing. We no longer separate "standard" and "record-based" processors. We do record processing when Record Reader/Writer properties are set. Otherwise, we process the whole FlowFile content in one piece. Because of that, I'd remove the Record part from the processor's name and add "record" into the `@Tag` attribute. If we ever want to support standard processing, this way, we leave it as an option because otherwise, we would have to rename the processor, which is a breaking change, as I know.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org