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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---