I saw Gateway design from this doc.
If all requests go to the gateway, what availability guarantees does the gateway need to provide? Is the suggestion the gateway be implemented as an Aeron Cluster or other? The caller of the gateway needs to know which gateway is healthy(maybe the leader). That seems back to the start. Does this Gateway need a ‘Gateway’ to route requests?
Are there any suggestions or references on how to implement the gateway?