dariuszseweryn commented on PR #10095: URL: https://github.com/apache/nifi/pull/10095#issuecomment-3074944894
@exceptionfactory No probs, I had this code around since I did some tests few days back so it was worth a shot. Please feel free to engage in the discussion about other feasible approaches in the mentioned JIRA ticket — sharing the NiFi philosophy on the expected approach in performance vs correctness would be highly appreciated. As for the streaming problem I don't see it as a record, to my knowledge, is already in memory, so the only problem could be a bunch of new simple objects + pointers which could need garbage collection. This could be offset by creating a pool of such objects. At this point it would be premature optimisation though. Nevertheless better ideas are welcomed. -- 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]
