[
https://issues.apache.org/jira/browse/NIFI-14043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann resolved NIFI-14043.
-------------------------------------
Fix Version/s: 2.1.0
Resolution: Fixed
> Add support for keySet in HazelcastMapCacheClient
> -------------------------------------------------
>
> Key: NIFI-14043
> URL: https://issues.apache.org/jira/browse/NIFI-14043
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: endzeit
> Assignee: endzeit
> Priority: Major
> Fix For: 2.1.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The current implementation of
> [HazelcastMapCacheClient|https://github.com/apache/nifi/blob/134240c51c4ddb218f5db83024ebc0c455824f0d/nifi-extension-bundles/nifi-hazelcast-bundle/nifi-hazelcast-services/src/main/java/org/apache/nifi/hazelcast/services/cacheclient/HazelcastMapCacheClient.java]
> does not add support for the [keySet function of
> DistributedMapCacheClient|https://github.com/apache/nifi/blob/main/nifi-extension-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/src/main/java/org/apache/nifi/distributed/cache/client/DistributedMapCacheClient.java#L212-L214].
> Hazelcast itself supports this functionality out of the box, thus it makes
> sense to make it available through the declared interface method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)