martinzink commented on code in PR #2186: URL: https://github.com/apache/nifi-minifi-cpp/pull/2186#discussion_r3339505651
########## minifi_rust/minifi_native/src/api/processor_wrappers/flow_file_source.rs: ########## @@ -0,0 +1,130 @@ +use crate::api::processor::AdvancedProcessorFeatures; Review Comment: This is a higher level API similar to what python API provides, it takes no input connections and generates 0 -> N flowfiles ########## minifi_rust/minifi_native/src/api/processor_wrappers/flow_file_source.rs: ########## @@ -0,0 +1,130 @@ +use crate::api::processor::AdvancedProcessorFeatures; Review Comment: This is a higher level API similar to what python API provides, it takes no input connections and generates 0 -> N flowfiles -- 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]
