Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3355

Add support for clustered listeners

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      As opposed to the current listener approach in Infinispan ( a listener instance is invoked on the data owners ), this JIRA is about adding support for a cluster listener: the same listener instance that is notified disregarding of data ownership ( RPC calls involved).
      Due to the fact that the listener notification might involve an RPC, it is nice to be able to specify filters on these listeners.
      The clustered listener support opens the way for some interesting architectures:

      • persistent/continuous queries: the query is transformed in a filter. On each notification, the listener (stateful) updates the query state
      • simplistic CEP can be built on top of the persistent query described above
      • remote/hotrod notifications might be based on clustered listeners as well.

              wburns@redhat.com Will Burns
              mircea.markus Mircea Markus (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: