Reputation: 1054
I would like to be able to dynamically (at runtime) alter/define the WAN replication configuration. (i.e. not rely on a static config in XML)
Is this possible? If so any pointers to samples or what classes in the API I should be looking into?
Upvotes: 0
Views: 111
Reputation: 967
Hazelcast doesn't support on the fly configuration. please see https://github.com/hazelcast/hazelcast/issues/592
Upvotes: 3