Hi, we are designing a system that will have to forward to kafka some real time data received via the EMA API.
For resiliency issues we need to have 2 instances of this gateway running, one primary and one secondary that should be activated in case of fault of the primary one, both connected to the refinitiv stream.
The question is: in the event of a primary fault, if we want the secondary to resume forwarding data EXACTLY where the primary stopped forwarding, without loss of messages and without duplication, what's the best way to do it (if possible)? Are there any mechanisms in the API that can help us?