The transaction is not supported across the wan sites. If inconsistent state occurred due to a network problem between the wan sites, the inconsistency would exist during the network outage. However, once the network problem is resolved, the wan gateway would resume sending the events again. Two sides would be eventually consistent.
The persistence and redundancy mentioned by Anil would be useful if the senders are down (HA scenario). Regards, Eric On Fri, Jan 17, 2020 at 6:48 AM Anilkumar Gingade <aging...@pivotal.io> wrote: > Currently in Geode events are not transactional (WAN events, Client/server > subscription events). To enable guaranteed event delivery It provides > capability like persistence and redundancy. > > -Anil. > > On Fri, Jan 17, 2020 at 3:01 AM Alberto Bustamante Reyes > <alberto.bustamante.re...@est.tech> wrote: > >> Hi all, >> >> I have a question about transactions and WAN replication. If a >> transaction generates an event for each operation, is it possible to ensure >> that those operations are received together on the other site? >> >> There is a risk of having a site with an inconsistent state if there is a >> network problem. Lets say you have two sites, and communication between >> them is broken when not all events of a transaction on site 1 where sent to >> site 2. How are you dealing with this risk? Have someone experimented this? >> >> Thanks, >> >> BR/ >> >> Alberto >> >> >>