Hazelcast: Support of Replicated MultiMap

Created on 15 Feb 2019  路  2Comments  路  Source: hazelcast/hazelcast

Enhancement Request:

If we want a Map<X, Set<Y>>, we can use MultiMap<X,Y> where the storage of entries is distributed across the cluster members.

It would be nice to allow using a ReplicatedMultiMap<X, Y> when the requirement is to replicate the entries on all cluster members.

Using Hazelcast 3.7.5 in a small cluster.

Low Community Core Enhancement

Most helpful comment

Hi @donatelloOo,

Thanks for the suggestion, we'll take a note of it.

PS. I recommend upgrading from 3.7.5, that version is very old now.

If anybody else is interested in this feature and reading this, please feel free to +1.

All 2 comments

Hi @donatelloOo,

Thanks for the suggestion, we'll take a note of it.

PS. I recommend upgrading from 3.7.5, that version is very old now.

If anybody else is interested in this feature and reading this, please feel free to +1.

Yes please!

Was this page helpful?
0 / 5 - 0 ratings