martinzink commented on code in PR #2220:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2220#discussion_r3781992445
##########
minifi_rust/minifi_native/src/c_ffi/c_ffi_process_context.rs:
##########
@@ -65,9 +65,9 @@ unsafe extern "C" fn get_property_callback(
impl<'a> ProcessContext for CffiProcessContext<'a> {
type FlowFile = CffiFlowFile<'a>; // FlowFile shouldn't outlive the
ProcessContext
- fn get_property(
+ fn get_raw_property<K: PropertySchema + ?Sized>(
Review Comment:
i dont think it stands for anything, but u are right maybe P for Property?
[K -> P in Property
context](https://github.com/apache/nifi-minifi-cpp/pull/2220/commits/644ccc8273fb29cca6b4490c89fe5a10b78b09b2)
--
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]