[
https://issues.apache.org/jira/browse/NIFI-7724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17212626#comment-17212626
]
Matt Burgess commented on NIFI-7724:
------------------------------------
How do you envision this working with the cache? Would it return a one-field
record containing a String representation of the value in the cache? Or do you
mean adding a RecordReader property so you could store multiple fields in the
cache value (as a JSON string for example) and retrieve them all as a Record?
The first option is straightforward and would just give you access to the cache
from a processor that requires a RecordLookupService, the second is more
complex but more flexible.
> New "Record" lookup service for DistributedMapCacheClient
> ---------------------------------------------------------
>
> Key: NIFI-7724
> URL: https://issues.apache.org/jira/browse/NIFI-7724
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Umesh Mali
> Priority: Major
>
> Record lookup service for DistributedMapCacheClient which can be worked with
> Records as current lookup service only works with String.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)