I have an application distributed in this folliwing architecture:
2 Sender and 2 Receivers (each is a self-host service) that communicate through WebHook Custom registration. In the middle from this service there is a Load Balancer.
A Sender can also manage post requests coming from external clients, then it will notify to registered Receivers.
When a process of a Receiver starts, it sends a request of subscription to the Sender.
With the presence of a Load Balancer I can't register a Receiver at the same moment in the 2 Senders.
So my doubt is:
If a subscription request goes through a Load Balancer, how can I register the same request to the 2 Sender too at the same time?