Worked around this by adding Region event listener, creating async event queue with a unique name to the JVM, creating an empty local Region that is backed by that async event queue and forwarding events through this region.
On Mon, Nov 30, 2020 at 6:29 PM Leon Finker <leon...@gmail.com> wrote: > Hi, > > In the gemfire version write-behind feature (which is now gone from > geode), it was possible to create a private write-behind hub within the > process (GatewayHub > <https://gemfire-82-javadocs.docs.pivotal.io/com/gemstone/gemfire/cache/util/GatewayHub.html>.addGatewayHub) > by specifying unique name for the gateway hub. Is this still possible in > geode world with AsyncEventQueue? It doesn't seem to be the case. Is any > work around available? > > Thank you! >