Is it possible to have basic wan replication for hazelcast open-source edition?

别说谁变了你拦得住时间么 提交于 2019-12-25 05:47:07

问题


I'm aware that on hazelcast editions comparison page:

https://hazelcast.com/pricing/

it is clearly specified that WAN replication is only for enterprise edition.

But, on the other hand, this hazelcast documentation is divided into two parts:

https://docs.hazelcast.org/docs/latest/manual/html-single/#wan

Only the second part is explicit about enterprise edition, making one assume that the first part refers to non enterprise edition. I also noticed that the parameters are a bit diferent between the two parts: (com.hazelcast.wan.impl.WanNoDelayReplication vs com.hazelcast.enterprise.wan.replication.WanNoDelayReplication)

I experimented a bit with hazelcast and stuff works as expected. Only cluster replication over WAN seems to not work with opensource edition - making me thinking that either it is completely absent in opensource edition or I messed up the configuration.

So, even I am almost sure that wan replication is exclusive for enterprise edition, I thought it would be better to ask if anyone managed to use WAN replication with opensource edition ? Are both editions "WAN replication" enabled while enterprise edition just has extra features ? ... or is it exclusive for enterprise ?

Thank you !


回答1:


Yes, there is basic wan replication for the open source version. It only supports replication of Maps, other data structures (queues, sets, topics etc) are not replicated. The documentation link that you've shared should be enough to make a sample.

But please don't forget that Enterprise version has more features (like support for Cache replication in addition to Map, batch replication, etc.) and actively developed.



来源:https://stackoverflow.com/questions/32505366/is-it-possible-to-have-basic-wan-replication-for-hazelcast-open-source-edition

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!