exceptionfactory commented on PR #6369: URL: https://github.com/apache/nifi/pull/6369#issuecomment-1242125699
Thanks for the quick reply @michael81877. Adding a property to the Processor would certainly provide clear behavior. On the other hand, introducing a new property to handle this use case seems like more configuration than necessary for something that could be computed automatically. Although setting the mode based on total output size could produce different headers based depending on the size, that seems like the best option. It preserves the current behavior for files less than 8.5 GB, and instead of causing errors for larger files, it allows them to work without any manual changes. If this creates some issue down the road, adding an explicit property is still an option. -- 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]
