Skip to content

Commit f00c3d3

Browse files
cferreiragonzmergify[bot]
authored andcommitted
Warn about XTypes in Fast DDS v3 (#1021)
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com> (cherry picked from commit c16c505) # Conflicts: # docs/notes/migration_guide.rst
1 parent 733573d commit f00c3d3

File tree

5 files changed

+412
-3
lines changed

5 files changed

+412
-3
lines changed

code/DDSCodeTester.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ void dds_domain_examples()
961961

962962
pqos.properties().properties().emplace_back(
963963
"fastdds.type_propagation",
964-
"enabled");
964+
"disabled");
965965
//!--
966966
}
967967
}

code/XMLTester.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3265,7 +3265,7 @@
32653265
<properties>
32663266
<property>
32673267
<name>fastdds.type_propagation</name>
3268-
<value>enable</value>
3268+
<value>disabled</value>
32693269
</property>
32703270
</properties>
32713271
</propertiesPolicy>

docs/fastdds/property_policies/non_consolidated_qos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,4 +509,4 @@ The different property values have the following effects on the local |DomainPar
509509
:language: xml
510510
:start-after: <!-->TYPE_PROPAGATION_PROPERTY<-->
511511
:end-before: <!--><-->
512-
:lines: 2-4,6-16,18-19
512+
:lines: 2-4,6-17,19-20

docs/fastdds/troubleshooting/troubleshooting.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ issues.
4444

4545
* If having problems with transmitting **large samples such as video or point clouds**, please refer to
4646
:ref:`use-case-largeData`.
47+
48+
* Fast DDS v3 introduced the new feature :ref:`XTypes<dynamic-types>`, which allows to discover remote types.
49+
In consequence, discovery traffic can be increased during start up.
50+
If you are experiencing high load during discovery, try disabling the new feature.
51+
Please refer to :ref:`disable type propagation<property_type_propagation>` to learn how to do it.

0 commit comments

Comments
 (0)