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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to