question

Upvotes
Accepted
26 10 16 36

Interactive provider handle value behavior for the same RIC subscription

For interactive provider (IP), given we have 2 consumers, each subscribing to same RIC "RIC001" published by the same IP.
1. Will two different handle values assigned? the handle value is assigned by ADH?
2. Once there's an update, the IP needs to publish 2 times the same message to those 2 clients?

ema-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.

1 Answer

· Write an Answer
Upvotes
Accepted
84.6k 287 53 77

@Frederic

Thank you for reaching out to us.

If two consumers directly connect to an interactive provider (without RTDS) and subscribe to the same item, an interactive provider will receive two different handles. Therefore, an interactive provider needs to send updates to both handles.


If two consumers connects to RTDS and subscribes to the same item with normal streams, typically RTDS will create a connection to an interactive provider and an interactive provide will receive only one subscription from RTDS. Therefore, an interactive provider needs to send an update to that handle. Then, RTDS will fanout the update messages.

1720174114077.png



1720174025406.png (16.0 KiB)
1720174114077.png (24.3 KiB)
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.

Many thanks @Jirapongse for the information, the interactive provider can be exposed to the consumers without RTDS? In such case, what is the difference on the EmaConfig.xml configuration between those two scenarios (with and without RTDS)?

@Frederic

Yes, the consumers can directly connect to the interactive provider wihtout RTDS.

The configurations are the same in both cases.

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.