Created on 06-27-2022 02:50 AM - edited 06-27-2022 03:16 AM
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