Hi, let's assume I have to publish an update for a RIC via a non interactive provider every X seconds. How to implement it, is more or less clear from the docs and code samples. What is not clear is how to provide any sort of a Cluster/Redundancy/Failover for that non interactive provider.
Can I start 2 or more identical non interactive providers in a active-active cluster so that all of them publish updates every X seconds? How a consumer will see the updates? Does Refinitiv platform provide any de-duplication mechanism? or consumers will see all updates from all non interactive providers cluster nodes?
Or should I have my non interactive provider be run in an active-standby cluster? So in case of the main node crash the standby one is promoted to the main node role?
What is the best/recommended practice to provide Cluster/Redundancy/Failover for a non interactive provider implementation?