szaszm commented on code in PR #2150: URL: https://github.com/apache/nifi-minifi-cpp/pull/2150#discussion_r3059044715
########## Extensions.md: ########## Review Comment: Is this enforced? Can we document the option that minifi calls this function multiple times, and it has to make the same registration calls in the same order every time? This would leave more room for changing behavior in a backwards-compatible way later, e.g. call once to track data size and allocate a buffer, call second time to actually copy all of the data to minifi buffers. Or unload and reload the extension without closing and reopening the library. -- 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]
