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