question

Upvotes
Accepted
383 7 13 15

How to recover from "disconnected due to an overflow condition"

Hi,

We are using ETA library with Watchlist enabled. By increasing number of buffers, frequency of disconnection has been improved a lot.

But in such a unfortune situation, How we can recover form such a type of disconnection ? Client application should connect again and subscribe for all tickers.

Thanks in advance

Bhimrao.

#technologyeta-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@Bhimrao.Ghule

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.8k 250 52 74

@Bhimrao.Ghule

Thanks for reaching out to us.

According to the document, the watchlist automatically recovers data streams in response to failure conditions, such as disconnects and unavailable services, so that applications do not need special handling for these conditions. As conditions are resolved, the watchlist will re-request items on the application’s behalf. Applications can also use this function to request data before a connection is fully established.

To recover from disconnects using a watchlist, enable the reactor’s connection recovery. Options to reconnect disconnected channels are in the RsslReactorConnectOptions.

I hope that this information is of help.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks for the detailed explanation,

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.