This PR fixes the issue #150 by caching all addresses configured in the processor. Specifically, now when a record arrives and no schema/tags are associated with the current address map, the entire address map is parsed and cached, rather than only caching the tags that are about to be written. This ensures that all tags are cached, preventing the omission of some tags in subsequent records.
This PR fixes the issue #150 by caching all addresses configured in the processor. Specifically, now when a record arrives and no schema/tags are associated with the current address map, the entire address map is parsed and cached, rather than only caching the tags that are about to be written. This ensures that all tags are cached, preventing the omission of some tags in subsequent records.