question

Upvotes
Accepted
16 12 15 17

prevent tick loss​

Hello,

We have RFA C++ application connecting to ADS 3.X in redundant configuration. When a disconnect occurs, the API recovers the connection and this takes anywhere betwen 2 ~ 5 seconds. During this recovery, ticks are lost.

Is there any way to prevent tick loss during such recovery?Any config parameters in RFA?

Thank you.

elektronrefinitiv-realtimetreprfaADStick-data
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
25.3k 87 12 25

Hi @NWM

I assume you are using serverList, which causes the RFA to attempt failover to a secondary server if connection to one server is lost. Obviously, as it has to establish a new connection + Login etc this takes time.

To minimise the 'failover time', you can choose to use Warm Standby functionality as described in the RFA Developer Guide section 16.2

'Warm Standby can provide a secondary, standby message stream between an RFA provider and an RFA consumer. In the event of a failure of the primary provider, an RFA-driven failover to the second stream occurs. This is a faster type of failover because it does not re-request all open items and instead just resumes processing with the back-up stream.'

As well as the Developer guide, you will also find references to Warm Standby in the RFA Config Guide

As well as the above online documentation links, you can also access the PDF versions in the docs subfolder of the RFA C++ SDK.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
16 12 15 17

Hello Umer,

Thank you for the response.

We will look into WarmStandby feature although it seems this feature is only supported in RSSL/OMM message, could you confirm please?

Also, will reducing the "recoveryTimeout" quicken the 'failover time'?

Regards

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Yes, RFA supports the warm standby feature only on the "RSSL" connection type.

For recovering the connection, it could be the connectRetryInterval configuration in the connection.

config.png (17.5 KiB)

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.