Could you please advise what is the meaning of below error message from ads.log? Was there a API issue? Thanks. “RSSL disconnect from "xxxx" at position "xxx" on host "xxx" using application "256" of version "ETA Java Edition" on channel 45. Reason: rsslRead() failed with code -1 and system error 11. Text:…
... api I am connecting to reuters using java reactor api for consuming market data, and have supplied two hosts using below piece of code : dispatchOptions.maxMessages(1); connectOptions.reconnectAttemptLimit(trepConnectionConfig.connectMaxRetries()); // attempt to recover forever…
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…
It looks like you're new here. Sign in or register to get started.