Alternative mechanism for detemining if DDS SHM is available between two clients #5348
traverseda
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @traverseda, thanks for your contribution. If you are interested in speeding this development up for future releases, do not hesitate to contact our commercial support [email protected]. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per https://fast-dds.docs.eprosima.com/en/latest/docker/shm_docker.html
Requiring containers run in network-mode host is a problem for many deployment types. I'd suggest instead reading from an environment variable, something like
FAST_DDS_SHM_NAMESPACE
perhaps. This would make it a lot easier to manage security context for systems that use FastDDS with docker.Beta Was this translation helpful? Give feedback.
All reactions