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.

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.

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.