Please point to the example/configuration or HOW TO implementation of warm standby in Java ETA ValueAdd. Thank you
...tchListOptions in ETA reactort API What is exactly chnlInfo.consumerRole.watchlistOptions().obeyOpenWindow(true); in WatchlistConsumer java example. Java doc only mentions "Controls whether item requests obey the OpenWindow provided by a service. " , and dev guide says "Sets whether the Reactor obeys the OpenWindow of…
To migrate RFA OMM consumer code to RTSDK/ETA API, what can be used as a COMPLETION_EVENT? We use COMPLETION_EVENT to make sure there are no events queued for subscription before destroying /deallocating objects associated with the subscription. Thank you
I am using reactor api for consuming data from reuters feed. How to specify multiple hosts in connection config? I am using below code: connectOptions.connectionList().add(connectInfo); connectOptions.connectionList().get(0).connectOptions().majorVersion(Codec.majorVersion());…
I've cloned the Real-Time-SDK code and tried to build the C++ VAConsumer on Linux using this guide. When I issue the make VAConsumer command I get this error [100%] Building C object Cpp-C/Eta/Applications/Examples/VAConsumer/CMakeFiles/VAConsumer.dir/__/VACommon/rsslVASendMessage.c.omake[3]: *** No rule to make target…
what is best way to test reconnection logic using reactor api ?
I am using java reactor API for consuming data for credit bonds . As reactor api takes care of reconnection , do we need to resubscribe for items (items are subscribed without watch list)when reconnection happens? I
Hi. I'm updating our VA Consumer application to connect to RTO. I'm following the example VAConsumer code in the RTSDK - here. I can run the RTSDK VAConsumer example and connect and get data so I know I have connectivity and the right credentials etc. But my application keeps failing with this log Failed to request…
We are connecting successfully to our proxy server (https://) using our own version of libcurl (statically built) when requesting data from the Refinitiv Datastream web-service We also use RRTO for real-time market data, though their is an issue where the RT SDK (which uses libcurl 7.78) fails to connect to our proxy…
The rates will stop update after a while need to restart the whole application to resume streaming. And it affects all the pairs, not just any particular one. I think it is related to unsolicited RefreshMsg, but currently we don’t know how to initiate a new data flow upon this event without restarting the application.…
It looks like you're new here. Sign in or register to get started.