r65535 commented on pull request #4336:
URL: https://github.com/apache/nifi/pull/4336#issuecomment-651577043


   @MikeThomsen - The only solution I've found is to write the file to disk, 
and pull the entries out from there:
   ```
   SevenZFile sevenZFile = new SevenZFile(new File("archive.7z"));
   SevenZArchiveEntry entry = sevenZFile.getNextEntry();
   ```
   Is this a better way of handling the data or should I add a warning in the 
description, and add the tag:`@SystemResourceConsideration(resource = 
SystemResource.MEMORY)`?


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to