mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
c2f46c44ca
In QueryCassandra when writing flowfile to the sesion it's done on the raw OutputStream. Wrapped it in a BufferedOutputStream for better performance. This closes #4368. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>