tolitius / chazel

Hazelcast bells and whistles under the Clojure belt
Eclipse Public License 1.0
72 stars 8 forks source link

MapStore Support #8

Closed luissantos closed 6 months ago

luissantos commented 4 years ago

Hi,

1st of all I would like to say thank you for the great work.

Do you have any plans to implement a simple MapStore implementation that would allow any storage backend to be plugged into HazelCast?

I would love to contribute to such a feature if required.

tolitius commented 4 years ago

great idea about MapStore

I saw your question and upgraded chazel to support Hazelcast 4.0+ so you can add this feature on top of the new version, since there were many API breakages from Hazelcast 3.x.x to 4.0+

but yea, pull request is quite welcome: it is probably best to create a separate namespace i.e. chazel.store for it to make things more concise.

luissantos commented 4 years ago

Great. I will work on a PoC and open a PR asap.