Skip to content

Commit 51189e5

Browse files
cferreiragonzmergify[bot]
authored andcommitted
Warn about XTypes in Fast DDS v3 (#5601)
Signed-off-by: cferreiragonz <[email protected]> (cherry picked from commit 9ddad46)
1 parent f018229 commit 51189e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This document aims to help during the migration process from eProsima *Fast DDS version* 2 to *Fast DDS version* 3.
44
For more information about all the updates, please refer to the [release notes](https://fast-dds.docs.eprosima.com/en/latest/notes/notes.html).
55

6+
> [!WARNING]
7+
> Fast DDS v3 introduces a new feature [XTypes](https://fast-dds.docs.eprosima.com/en/latest/fastdds/xtypes/xtypes.html#xtypes) that allows to discover remote types.
8+
> In consequence, discovery traffic can be increased during start up.
9+
> If you are experiencing high load during discovery, try disabling the new feature.
10+
> Please refer to [disable type propagation](https://fast-dds.docs.eprosima.com/en/latest/fastdds/property_policies/non_consolidated_qos.html#type-propagation) to learn how to do it.
11+
612
## Migration Steps
713

814
The following steps describe the possible changes that your project may require to migrate to *Fast DDS v3.0.0*:

0 commit comments

Comments
 (0)