You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Mike Thomsen <mi...@gmail.com> on 2020/07/02 22:44:47 UTC

Could I get a review on this?

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

Adds a putAll method to the distributed map cache client so you can bulk
load data efficiently. I updated the HBase and Redis implementations to use
a List<Put>/mset respectively. Was hoping to have this in place soon
because I have a use case requiring me to create a Cassandra map cache
client.

Thanks,

Mike