[
https://issues.apache.org/jira/browse/NIFI-12104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770576#comment-17770576
]
ASF subversion and git services commented on NIFI-12104:
--------------------------------------------------------
Commit 72c541fb877dc2d730c1b360cd8c2631e0a6c53e in nifi's branch
refs/heads/support/nifi-1.x from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=72c541fb87 ]
NIFI-12104 Separate a non-atomic Redis DMC implementation from the existing one
for use in Put/Fetch DMC when Redis is clustered
This closes #7796
Signed-off-by: Mike Thomsen <[email protected]>
> Allow Redis DMC to be used by Put/Fetch DMC when Redis is clustered
> -------------------------------------------------------------------
>
> Key: NIFI-12104
> URL: https://issues.apache.org/jira/browse/NIFI-12104
> Project: Apache NiFi
> Issue Type: Improvement
> Affects Versions: 1.23.2
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
> Fix For: 2.latest
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The Redis DMC directly implements Atomic DMC Client and because it implements
> the atomic updates using Redis transactions which don't work in a Redis
> cluster, it imposes a constraint that the Redis Mode cannot be set to
> Cluster, otherwise it is invalid. The downside is that then the Redis DMC
> can't be used with a Redis cluster, even in places that didn't require atomic
> updates like Put/Fetch DMC. We should be able to improve this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)