vert-x3 / vertx-ignite

Apache License 2.0
35 stars 28 forks source link

Replace global cache events with continuous query #109

Closed zyclonite closed 3 years ago

zyclonite commented 3 years ago

Motivation:

Uses ContinuousQuery to replace cluster global EVT_CACHE_OBJECT_PUT and EVT_CACHE_OBJECT_REMOVED events which were affecting the performance of every cache write operation.

Fixes https://github.com/vert-x3/vertx-ignite/issues/108

zyclonite commented 3 years ago

@tsegismont can you take a look?

tsegismont commented 3 years ago

Yes, will review it today