s2e-systems / dust-dds

Rust implementation of the Data Distribution Service (DDS)
Apache License 2.0
92 stars 12 forks source link

RPC / request-reply mechanism #350

Open skmunter opened 1 month ago

skmunter commented 1 month ago

Hi, does DustDDS support any RPC / request-response mechanism, e.g., as in the DDS-RPC spec? If not, are you considering providing any such feature in the future?

jrebelo commented 1 month ago

Hi @skmunter, Dust DDS doesn't have support for the request-reply mechanism and we didn't really plan to add it at the moment as we don't see it as critical for most DDS use cases.

If you are working on a commercial project and this feature is important for you feel free to reach out to us from our website and we can discuss how to help you with it.

In any case I leave this issue open for now as we might want to add it in the future.