When we call your sdk function rsslDecodeFieldDictionary(..., &m_dictionary,..., &errorText) with m_dictionary already filled from previous call we get error saying "Duplicate definition for fid 1." Could you please confirm that the rsslDecodeFieldDictionary can not handle the case when m_dictionary is not empty?
Hi, We connect to the Refinitiv Real Time Optimized using the RTSDK C++ (v2.0.3.L2.win) and we successfully receive market data. Though we have noticed that in emaLog, every 8 minutes or so, we get the following warning: loggerMsg TimeStamp: 15:01:31.679 ClientName: ChannelCallbackClient Severity: Warning Text: Received…
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 ?
It looks like you're new here. Sign in or register to get started.