diff --git a/docs/rst/enhancements/fastdds3/fastdds3.rst b/docs/rst/enhancements/fastdds3/fastdds3.rst index 22c85651..06f6c255 100644 --- a/docs/rst/enhancements/fastdds3/fastdds3.rst +++ b/docs/rst/enhancements/fastdds3/fastdds3.rst @@ -21,6 +21,32 @@ Most relevant features * Removed deprecated fastrtps-related API. * Further improvements can be found in `Fast DDS v3.0.0 `__. +.. warning:: + The new feature to support XTypes might increase discovery traffic during start up. + If a high load during discovery is experienced, it is recommended to disable the new feature. + This can be accomplished with the following XML. + Please refer to `disable type propagation `__ for more information. + + .. code-block:: xml + + + + + + + + + + fastdds.type_propagation + disabled + + + + + + + + Implications ^^^^^^^^^^^^