Websocket endpoints standard vs premium configuation

Hi

I have question on how to identify the "Standard vs Premium Connection" configuration.

Discovery service just returns with location array with either us-east-1a mapped to amer1 endpoint or us-east-1b mapped to amer2 endpoint.

OR location array with multiple entries (both 1a and 1b mapped to amer3 endpoint).

Based on documentation I think amer3 is standard configuration and in our application we would like to go with this type of configuration.

How do we identify amer3 is standard configuration? there is no attribute in response that tells us this info.



{

"port":443,

"location":[

"us-east-1a",

"us-east-1b"

],

"provider":"aws",

"transport":"websocket",

"endpoint":"amer-3.pricing.streaming.edp.thomsonreuters.com",

"dataFormat":[

"tr_json2"

]

},

{

"port":443,

"location":[

"us-east-1a"

],

"provider":"aws",

"transport":"websocket",

"endpoint":"amer-1.pricing.streaming.edp.thomsonreuters.com",

"dataFormat":[

"tr_json2"

]

},

{

"port":443,

"location":[

"us-east-1b"

],

"provider":"aws",

"transport":"websocket",

"endpoint":"amer-2.pricing.streaming.edp.thomsonreuters.com",

"dataFormat":[

"tr_json2"

]

}

Best Answer

Answers

  • By looking at the table I can tell "Standard" configuration for US is mapped to amer3 endpoint...But how do I programmatically find that...Should we just look at if end point mapped to more than one location then it is standard configuration?

  • Hello @krishna muppavarapu

    Sorry. I do not know how to find "Standard" configuration programmatically. Please contact Elektron Real Time in Cloud support team via MyRefinitiv . The team should be able to help you on this.

  • zoya faberov
    zoya faberov ✭✭✭✭✭

    Hello @krishna muppavarapu,

    I don't believe there is a difference between ERT websocket pricing endpoints that are discernible to a connecting Elektron Websocket consumer application.

    If you are using discovery mechanism, you will be pointed to your regional endpoint which is most available at the time of the discovery request, which will provide you with standard service.

    I am not sure, but guessing that you may be thinking of other Premium services, not ERT.