msharee9 commented on issue #613: Minificpp 927 Nanofi tailfile delimited processor URL: https://github.com/apache/nifi-minifi-cpp/pull/613#issuecomment-521393659 > I can't get any of the ecus actually send flow_files to my NiFi instance. > After a bit of debugging it seems that the uuid the flow_files are written to in the hash table in ecu.c (that is acquired by calling get_proc_uuid_from_context) is not the same uuid the main function tries to read the flow_files from (which is acquired by get_proc_uuid_from_processor). > > Please also see my inline comments - some are just suggestions, but there are some leaks and crashes. Tested all ECUs. I am able to send flow file payload to nifi now. It was a bug with returning .c_str() from a temporary string. Pretty bad I would say.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
