Hello,
We are able to successfully connect and retrieve data using EMA java library,
EmaFactory.createOmmConsumer(EmaFactory.createOmmConsumerConfig().host("host_1:14002").username("user123"));
How do we specify multiple hosts for failback reasons : host_1, host_2, etc.
Can it be done using the libraries or there is any other alternative method?
Thanks
-Parik