apache / plc4x-extras

PLC4X The Industrial IoT adapter
https://plc4x.apache.org/
9 stars 6 forks source link

fix nifi schema cache not writing some tags #179

Closed LaManoServida closed 1 month ago

LaManoServida commented 1 month ago

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.