vert-x3 / issues

Apache License 2.0
37 stars 7 forks source link

Integrate with Ignite, drop redundant features #177

Closed apatrida closed 8 years ago

apatrida commented 8 years ago

Apache Ignite has strong implementations of many useful distributed features. Basically replacing Hazelcast and parts of Vert.x. Consider adopting it and dropping the redundant parts that were previously separately implemented. I've found Ignite to be more stable and functional than equivalents in Vert.x. It brings much more to the table, and in a modernized and easy to use way.

apatrida commented 8 years ago

somehow I missed vertx-ignite module coming around. Ignore me

aschrijver commented 8 years ago

@apatrida Interesting! This could be a good topic for a blog post comparing pro's/cons of Hazelcast vs. Iginite and how it overlaps with current Vert.x stuff.

I am using Hazelcast right now, but mostly because its the best supported, longest around, and the default. Have looked at Zookeeper for its service discovery features before vertx-service-discovery came about, but decided against using it. Personally I would need some convincing, before switching to the 'latest and greatest' :wink: