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.