Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/3208
Ran a test on my laptop with a workflow generating a lot of data:
- without compression, I reached 129M events / 11.15GB out per 5 minutes
- with compression (Snappy), I reached 161M events / 1GB out per 5 minutes
It improves the number of processed eps while reducing the amount of data
on disk.---
