question

Upvotes
Accepted
3 2 4 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.

@Thangavel.Loganathan

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

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.