question

Upvotes
Accepted
3 2 5 4

Read ERT Data through ETA!

Hi Guys,

I would like to implement Microservices to read ERT data through ETA API based on my RIC code. After reading document my understanding is,

- Need to subscribe my machine with ERT system with username, password, and client_id.

- Username [ my machine MAC address ]

- Password [ NO Idea which password i need to use either TEN or else ]

- Client_id [ Key from AppKeyGenerator ]

- Once i subscribed then i would receive a welcome email to activate account.

I would like to connect ERT system using Java, is there any samples with parallel processing, and of course with multi-threading.


Best Regards,

Thangavel Loganathan.

elektronrefinitiv-realtimeelektron-sdkrrtjavaeta-apielektron-transport-api
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
9.6k 10 7 7

Hello @Thangavel.Loganathan

Username is not your machine MAC address, it is a machine ID which consists of capital alphabets, hyphens and numbers e.g. GE-A-12345678-9-1234. It is one part of ERT in Cloud Access Credentials. You can obtain the Access Credential by submitting ERT in Cloud In-House Onboarding Form.

Once you get the Access Credential, you can run ETA example application to get data from ERT in cloud, Consumer, located in [Elektron-SDK Package]\Java\Eta\Applications\Examples\src\main\java\com\thomsonreuters\upa\valueadd\examples\consumer . Please follow ETA Quick Start - Connecting to Elektron Real Time in Cloud to run the application.

Unfortunately, there is no multi-thread ETA example application.

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.