[ 
https://issues.apache.org/jira/browse/NIFI-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042724#comment-16042724
 ] 

ASF GitHub Bot commented on NIFI-4043:
--------------------------------------

GitHub user bbende opened a pull request:

    https://github.com/apache/nifi/pull/1901

    NIFI-4043 Initial commit of nifi-redis-bundle

    Adds RedisConnectionPoolService and RedisDistributedMapCacheClientService
    
    - Refactored Wait/Notify to use new replace method based on previous value, 
depracating replace based on revision
    - Updating protocol version on DMC and require v3 for new replace
    - Wait/Notify working against Redis and standard DMCS
    - Working connection to sentinel configuration
    - Adding validtion to ensure Redis DMCS doesn't use a connection pool in 
clustered mode
    - Adding NOTICE and LICENSE to nifi-redis-service-api-nar


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bbende/nifi nifi-redis-bundle

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1901.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 #1901
    
----
commit 3d9fa5fd186d7930b9cb30a9cb49df9b5e07f5fa
Author: Bryan Bende <[email protected]>
Date:   2017-05-25T16:35:23Z

    NIFI-4043 Initial commit of nifi-redis-bundle with 
RedisConnectionPoolService and RedisDistributedMapCacheClientService
    - Refactored Wait/Notify to use new replace method based on previous value, 
depracating replace based on revision
    - Updating protocol version on DMC and require v3 for new replace
    - Wait/Notify working against Redis and standard DMCS
    - Working connection to sentinel configuration
    - Adding validtion to ensure Redis DMCS doesn't use a connection pool in 
clustered mode
    - Adding NOTICE and LICENSE to nifi-redis-service-api-nar

----


> 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.3.15#6346)

Reply via email to