question

Upvotes
Accepted
26 1 3 12

Testing WarmStandBy feature locally

Hi,

I've enabled WarmStandBy feature by referring to the example in

https://developers.refinitiv.com/en/article-catalog/article/how-to-run-refinitiv-real-time-sdk-c-c---warm-standby-examples

Can i use those provider examples in https://github.com/Refinitiv/Real-Time-SDK/tree/master/Cpp-C/Ema/Examples/Training/IProvider to simulate ADS behaviour ? I have one Active server and two standby servers.

#technologyema-apic++
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.

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@thilinaillangasinghe

Thanks for reaching out to us.

I think those provider examples don't support the WarmStandBy feature. However, you can enhance them to support the WarmStandBy feature.

For example:

  • Set the SupportStandby attribute in the Login refresh message
  • Handle the Login generic message sent by a client to indicate the server mode
  • Not publish the update messages if the server is in the standby mode

For more information, please refer to the Introduction to Refinitiv Real-Time SDK Warm Standby Feature article that demonstrates interactions between a client and warm standby servers.

I hope that this information is of help.



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.

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.