question

Upvote
Accepted
16 2 1 6

How to let a RFA message of a large map e.g. 500000 mapEntries go through ADH/ADS to the client

How to let a RFA message of a large map e.g. 500000 mapEntries go through ADH/ADS to the client. After the message sent to the adh/ads for a while, the client will get A27 Message Ordering' error

The Interactive Provider is an C++ application sending messages via RFA to adh/ads and client e.g. rmdstestclient. Each mapEntry only has a key. Tried to both usePointToPointData False or True in rmds.cpd of adh/ads, doesn't help.

elektronrefinitiv-realtimetreprfainfrastructure
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.

Hello @john.zhang,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? 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

@john.zhang

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvote
Accepted
32.2k 40 11 20

Hello @john.zhang,

Believe you will have a very large refresh message as a result, and you are looking to fragment it within the provider, sending "complete" with the last part/fragment of the refresh.

RFA C++ SDK 8.0 includes example "Provider_interactive" that may be helpful to review as fragmentation implementation is included, and some code from this example can be incorporated into your provider.

The are complete details on fragmentation in RFA C++ Developer Guide

As I was reviewing RFA guide, I see a mention "A single fragment of a Map may contain up to 64K entries.". I.e. 500K entries map will need to be fragmented by the provider.

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.

Hello @john.zhang,

Were you able to proceed by fragmenting?

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.