[
https://issues.apache.org/jira/browse/NIFI-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16046994#comment-16046994
]
ASF GitHub Bot commented on NIFI-4043:
--------------------------------------
GitHub user bbende opened a pull request:
https://github.com/apache/nifi/pull/1911
NIFI-4043 Initial commit of nifi-redis-bundle
Adds RedisConnectionPoolService and RedisDistributedMapCacheClientService
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi NIFI-4043
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1911.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1911
----
commit 7df3278961ae1171068d176959be1b421a2a2290
Author: Bryan Bende <[email protected]>
Date: 2017-06-12T19:53:20Z
NIFI-4043 Initial commit of nifi-redis-bundle
----
> Implement a DistributedMapCacheClient backed by Redis
> -----------------------------------------------------
>
> Key: NIFI-4043
> URL: https://issues.apache.org/jira/browse/NIFI-4043
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
>
> We should provide other caching options besides the
> DistributedMapCacheClient/DistributedMapCacheServer.
> Redis is a popular caching solution and we could implement a
> RedisDistributedMapCacheClient that would let us use all the existing
> processors against Redis.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)