martinzink commented on code in PR #2186:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2186#discussion_r3339443124


##########
minifi_rust/minifi_native/src/api/processor_wrappers/utils/flow_file_content.rs:
##########
@@ -0,0 +1,27 @@
+use std::fmt::Formatter;
+
+pub enum Content<'a> {

Review Comment:
   This makes the transform return value to be more usable, it can either 
return the content in a buffer or somewhere where it can be read from (if we 
are concerned with memory usage) 



-- 
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