Reputation: 95
In the Hazelcast manual said that topics are cluster-wide. Also there is a description how to configure a WAN-replication for the map. However as far as I understand from the hazelcast-fullconfig.xml, topics are not backed with maps (like queues, for example). So I am interesting if it's possible to create WAN-wide topic in Hazelcast?
Upvotes: 5
Views: 285
Reputation: 505
In current design, topic implementation is stand-alone , not backed with maps. And it is not possible to make it WAN-wide.
Upvotes: 1