[infinispan-issues] [JBoss JIRA] (ISPN-5376) Sync remote events

Galder Zamarreño (JIRA) issues at jboss.org
Tue Apr 14 11:43:19 EDT 2015


Galder Zamarreño created ISPN-5376:
--------------------------------------

             Summary: Sync remote events
                 Key: ISPN-5376
                 URL: https://issues.jboss.org/browse/ISPN-5376
             Project: Infinispan
          Issue Type: Enhancement
          Components: Remote Protocols
            Reporter: Galder Zamarreño
            Priority: Minor


The current remote events are async in the sense that the server fires them and there's no acknowledgement from the client that it's consumed them. Async enables reasonably performant remote events while handling server failures via the include current state options for when a failover is discovered.

Some applications however demand that the event is guaranteed to be fired before the cache operation has finished. Having to do remote sync events would be hurt performance considerably but there are situations when this is needed, e.g. the JCache TCK. The remote JCache implementation is including some logic to deal with this, but it might be better to implement this directly in the Hot Rod protocol in the future.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)



More information about the infinispan-issues mailing list