Replay java stream in memory effiicient way?

137 views Asked by At

There are some ways to replay java 8 streams e.g. mentioned here https://dzone.com/articles/how-to-replay-java-streams. Now what if i want to use log huge java stream (200-300mb) and pass it forward for replay. That should work right? But what if i dont want my JVM occupy that much RAM at any given point of time. Is that still possible and whats is the solution for that?

0

There are 0 answers