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:…
Hello, I am facing an issue while making snapshot with EMA. I am connected to ads that gives me the RT values I need for. The issue is linked to the number of products I send to the ads: around 75,000. When around 30,000, my application doesn't send anything anymore to the ads and the requests are stacked on my side. When…
Our EMA consumer periodically stops working due to an error regarding the reactor shutting down. loggerMsg ClientName: ChannelCallbackClient Severity: Error Text: Received ChannelDown event on channel Channel Instance Name EmaConsumer_1 RsslReactor @4f363abd RsslChannel @21a2fda5 Error Id -1 Internal sysError 0 Error…
We ran a network test to compare what events an ETA application and an SSL application receive when connected to an Elektron server. The tests were run with: cnctOpts.reconnectAttemptLimit = -1; cnctOpts.reconnectMinDelay = 5000; cnctOpts.reconnectMaxDelay = 10000; If the server is rebooted, the ETA application receives…
To stress test our code we've created a test case that takes all the symbols from a symbol list (about 9500) and attempts to establish a new reactor connection for each of them in turn. We know that this will be rejected by the edge device given the limit on the number of connections and will most likely fail in the…
The below code snippet is from the Consumer Value Add example. On Executing this, looks like the reactor dispatches the messages after every 10 seconds. But doesn't look like it is configured in the example code. I wanted to ask if this Reactor's implicit behavior to dispatch the messages after every 10 seconds or this can…
It looks like you're new here. Sign in or register to get started.