- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NiFi LookupRecord Processor Bug
Created on ‎06-27-2022 02:50 AM - edited ‎06-27-2022 03:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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é
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎06-27-2022 04:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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é
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎06-27-2022 06:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, I have filed a JIRA bug: https://issues.apache.org/jira/browse/NIFI-10171
