Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
06-27-2022
02:50 AM
- last edited on
04-21-2026
12:54 AM
by
GrazittiAPI
I believe I found a bug in the NiFi LookupRecord processor.
When there is no match for a key in the DatabaseRecordLookupService it returns an error:
The lookup processor config:
The input JSON has the following structure:
[
{
"id": 1,
"name": "Bitcoin",
"symbol": "BTC"
},
{
"id": 2,
"name": "Apecoin",
"symbol": "Ape"
}
]
Created 06-27-2022 04:40 AM
It would be better to report the bug creating a bug Jira in the Apache project: https://issues.apache.org/jira/projects/NIFI/summary
Cheers,
André
Created 06-27-2022 04:40 AM
It would be better to report the bug creating a bug Jira in the Apache project: https://issues.apache.org/jira/projects/NIFI/summary
Cheers,
André
Created 06-27-2022 06:35 AM
Thanks, I have filed a JIRA bug: https://issues.apache.org/jira/browse/NIFI-10171