Does RTI Context DDS support DLRL for now?

3 posts / 0 new
Last post
Offline
Last seen: 2 years 4 months ago
Joined: 06/27/2020
Posts: 12
Does RTI Context DDS support DLRL for now?

Hi

I wondering if RTI Context DDS supports DLRL (Data Local Reconstruction Layer) for now after OMG DDS-DLRL spec released ?

if not, is there any best practice about topics management? Egde devices data need to be reconstruction on the cloud side, which cause too many topics because topic and data type is one-to-one.

Thanks

Jason

Keywords:
PK_RTI's picture
Offline
Last seen: 1 week 2 days ago
Joined: 07/01/2021
Posts: 27

Hello Jason,

We do not support DLRL, but we should be able to satisfy your requirements without it. We have many excellent references for architecting your system correctly with DDS. Here are some that should be useful. If you need more advice and/or assistance, please let us know.

https://community.rti.com/best-practices/read-reference-dds-best-practices-material-rti

https://community.rti.com/best-practices/dont-force-topic-names-be-same-type-names

https://community.rti.com/best-practices/use-keyed-topics

Best regards,

PK

 

Howard's picture
Offline
Last seen: 6 days 17 hours ago
Joined: 11/29/2012
Posts: 567

FYI, no currently supported DDS implementations support DRLR as far as I know.  DLRL was initially a part of the DDS specification.  Then after a few years, it became clear that DLRL

1) was difficult to implement

2) few users needed it

3) only a single DDS implementation supported it at some level (at the time, since then it's been dropped even by that implementation)

So OMG decided to separate the DDS spec into it's 2 components, DCPS (which essentially has all of the features/capabilliites that was being used by DDS users) and DLRL (which, yes, there's a spec, but it's a "dead" spec, no work is being done on it, no viable implementation of the spec, etc).