You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.