The most recent content from our members.
We're using latest available ETA SDK (2.2.1) from github. We have an interactive provider application using ETA Reactor. Normally this is working without any issue. Occasionally we have an apparent network issue that causes several connected clients to not properly handle the RSSL channel (eventually leading to a…
I have a C ETA consumer application which allows connections to be made to RTO. At the customer site, they lost their connection to RTO but it didn't recover as expected and had to be restarted. After restart the application worked as expected. The question I have is - if an RTO endpoint disconnects, can we just reconnect…
... 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…
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());…
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
...r to shutdown. Hi Team, 客户发现EED下游系统在北京时间8点42时就有如下的shutdown相关报错,并且之后再无EMA API的任何日志,也没有任何行情。 2022-03-08T08:42:24,344 ERROR 27442620 [pool-10-thread-1] ItemCallbackClient 1864 processStatusMsg - loggerMsg ClientName: ItemCallbackClient Severity: Error Text: Received an item event with invalid message stream Instance Name…
What is the recommended reactor-to-refinitiv host model when building a client side contributor for RCC via the Java-based ETA/Reactor API: 1. Create a single reactor and invoke connect for each channel even though channel A & B are on different Refinitiv hosts? 2. Create a reactor for each channel since they're connecting…
I'm attempting to contribute a partial update to a page (80 by 25) via FID "ROW80_2" that is resulting in a NAK'd response code 2 (RSSL_NAKC_DENIED_BY_SRC) with a state text of "Request failure for technical reasons - Contact Thomson Reuters". The partial update consists of a single character at column 70 and therefore…
Hi, I'm attempting to contribute a simple chain via Reactor that is resulting in a NAK'd response Code 2 (RSSL_NAKC_DENIED_BY_SRC) with the state text of "Invalid value (fixed area)". The chain i'm attempting to send is a "longlink" record structure as follows: Symbol Name: 0#ARCCHN01 FID: 800 Value: "REC1" FID: 801 Value:…
It looks like you're new here. Sign in or register to get started.