File tree 5 files changed +14
-3
lines changed
5 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -970,7 +970,7 @@ void dds_domain_examples()
970
970
971
971
pqos.properties ().properties ().emplace_back (
972
972
" fastdds.type_propagation" ,
973
- " enabled " );
973
+ " disabled " );
974
974
// !--
975
975
}
976
976
}
Original file line number Diff line number Diff line change 3277
3277
<properties >
3278
3278
<property >
3279
3279
<name >fastdds.type_propagation</name >
3280
- <value >enable </value >
3280
+ <value >disabled </value >
3281
3281
</property >
3282
3282
</properties >
3283
3283
</propertiesPolicy >
Original file line number Diff line number Diff line change @@ -509,4 +509,4 @@ The different property values have the following effects on the local |DomainPar
509
509
:language: xml
510
510
:start-after: <!-->TYPE_PROPAGATION_PROPERTY<-->
511
511
:end-before: <!--><-->
512
- :lines: 2-4,6-16,18-19
512
+ :lines: 2-4,6-17,19-20
Original file line number Diff line number Diff line change @@ -44,3 +44,8 @@ issues.
44
44
45
45
* If having problems with transmitting **large samples such as video or point clouds **, please refer to
46
46
: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.
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ Migration Guide to Fast DDS v3
10
10
This document aims to help during the migration process from eProsima *Fast DDS version * 2 to *Fast DDS version * 3.
11
11
For more information about all the updates, please refer to the :ref: `release notes <release_notes >`.
12
12
13
+ .. warning ::
14
+ Fast DDS v3 introduces a new feature :ref: `XTypes<dynamic-types> ` that allows to discover remote types.
15
+ In consequence, discovery traffic can be increased during start up.
16
+ If you are experiencing high load during discovery, try disabling the new feature.
17
+ Please refer to :ref: `disable type propagation<property_type_propagation> ` to learn how to do it.
18
+
13
19
Migration Steps
14
20
---------------
15
21
You can’t perform that action at this time.
0 commit comments