Adam Debreceni created MINIFICPP-2541:
-----------------------------------------
Summary: Simplify VolatileContentRepository
Key: MINIFICPP-2541
URL: https://issues.apache.org/jira/browse/MINIFICPP-2541
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Debreceni
Assignee: Adam Debreceni
Currently VolatileContentRepository is a ring-buffer with a fixed maximum size,
overwriting data when "full". This is undesirable, and to circumvent this,
users utilize connection-level constraints (max data size, max count) to
prevent this. We should utilize these connection-level limitations only and let
the repository otherwise grow unconstrained. Performance measurement indicate
that this can give a 2X performance improvement as a bonus.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)