You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geode.apache.org by Leon Finker <le...@gmail.com> on 2020/12/08 21:39:19 UTC

Re: AsyncEventQueue vs deprecated GatewayHub (gemfire 8.2)

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 <le...@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!
>