You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Xiaojian Zhou (Jira)" <ji...@apache.org> on 2021/04/07 22:17:00 UTC

[jira] [Created] (GEODE-9133) refactor current notifyGatewaySender to support regionEvent

Xiaojian Zhou created GEODE-9133:
------------------------------------

             Summary: refactor current notifyGatewaySender to support regionEvent
                 Key: GEODE-9133
                 URL: https://issues.apache.org/jira/browse/GEODE-9133
             Project: Geode
          Issue Type: Bug
            Reporter: Xiaojian Zhou


Current notifyGatewaySender hard-coded to use EntryEventImpl. There's a requirement to notify gateway senders or AEQs with regionEvent, such as clear region event. 

To support that, we have to refactor the related classes to use InternalCacheEvent interface instead of using EntryEventImpl. 

With that refactoring, we can send a clear region event to an AEQ, to lucene index, or even to remote site via WAN. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)