[
https://issues.apache.org/jira/browse/NIFI-7821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17221719#comment-17221719
]
Steven commented on NIFI-7821:
------------------------------
[~mike.thomsen] your repo worked great. I just had the following odd behavior:
_if you disable and change the map cache controller, you cannot just enable
it, it gets stuck enabling. You have to enable/disable the c* controller
service, then a re-enable on the map cache controller works._
I am not sure if that is related to the CassandraDistributedMapCache or to the
CassandraSessionProvider.
Also suggest adjust key/tooltip from (The CQL Type should be "text") to (The
CQL Type should be "blob" ).
{{CREATE TABLE IF NOT EXISTS dmc (}}
{{ id blob,}}
{{ value blob,}}
{{ PRIMARY KEY (id)}}
{{ );}}
> Create a Cassandra implementation of DistributedMapCacheClient
> --------------------------------------------------------------
>
> Key: NIFI-7821
> URL: https://issues.apache.org/jira/browse/NIFI-7821
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Mike Thomsen
> Assignee: Mike Thomsen
> Priority: Major
>
> Create a Cassandra-based version of DistributedMapCacheClient that includes
> support for TTLs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)