Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix nifi schema cache not writing some tags #179

Merged

Conversation

LaManoServida
Copy link
Contributor

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.

@LaManoServida LaManoServida changed the title Fix/nifi schema cache all addresses fix nifi schema cache all addresses Oct 11, 2024
@LaManoServida LaManoServida changed the title fix nifi schema cache all addresses fix nifi schema cache not writing some tags Oct 11, 2024
@ottobackwards ottobackwards merged commit 99922c7 into apache:develop Oct 21, 2024
12 checks passed
@LaManoServida LaManoServida deleted the fix/nifi-schema-cache-all-addresses branch October 21, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants