You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2023/09/26 15:55:00 UTC

[jira] [Updated] (NIFI-12104) Allow Redis DMC to be used by Put/Fetch DMC when Redis is clustered

     [ https://issues.apache.org/jira/browse/NIFI-12104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Bende updated NIFI-12104:
-------------------------------
    Status: Patch Available  (was: Open)

> 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
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Minor
>          Time Spent: 10m
>  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)