Open
Description
ACH Version
v1.22.0
What were you trying to do?
We are using the ACH to analyze a lot of files from our back-office admin tools; therefore, we create the same ACH file multiple times (because we do not have UUIDs, neither we want to deal with it) to read the JSON format of it.
That will cause a memory increase in the ACH server when we don't want to save the file anywhere, so a request-response style to parse the content
What did you expect to see?
An endpoint returns the JSON payload without saving the NACHA file in the in-memory store.
Activity