Hazelcast: Allow to disable default data structure configuration

Created on 13 Jan 2017  路  2Comments  路  Source: hazelcast/hazelcast

Use case: I'd like to make hzInstance.getMap("map") config-failfast. Meaning, if there is no config for the map, the getMap should fail instead of returning a map with default configuration.

Config Medium Community Core Enhancement

Most helpful comment

A global switch sounds good

All 2 comments

Sounds interesting. Probably a global config switch would be most appropriate. Otherwise it may get confusing if to fine-grained. WDYT?

A global switch sounds good

Was this page helpful?
0 / 5 - 0 ratings