Skip to content

Commit e1e8536

Browse files
authored
Create all tracks on built-in topics (#413)
* Update the configuration Signed-off-by: tempate <[email protected]> * Apply suggestions Signed-off-by: tempate <[email protected]> --------- Signed-off-by: tempate <[email protected]>
1 parent 2240e21 commit e1e8536

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/rst/notes/forthcoming_version.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ The next release will include the following **Features**:
1818
* Rename the `max-depth` under the `specs` tag to `history-depth`.
1919
* Set `app_id` and `app_metadata` attributes in *eProsima DDS Router* participants.
2020

21+
The next release will include the following **Fixes**:
22+
23+
* Make :ref:`Remove Unused Entities <user_manual_configuration_remove_unused_entities>` compatible with :ref:`Built-in Topics <user_manual_configuration_builtin_topics>`.
24+
2125
The next release will include the following **Bugfixes**:
2226

2327
* Save the instance handle data for keyed topics.

docs/rst/user_manual/configuration.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,9 @@ By setting the ``remove-unused-entities`` option to ``true``, the internal entit
336336
.. warning::
337337
At the time being, ``remove-unused-entities: true`` is only compatible with a :ref:`discovery-trigger <user_manual_configuration_discovery_trigger>` set to ``reader``.
338338

339+
.. note::
340+
The ``remove-unused-entities`` option doesn't apply to :ref:`Built-in Topics <user_manual_configuration_builtin_topics>` since they are created before being discovered by a :term:`Participant`.
341+
339342
.. _user_manual_configuration_discovery_trigger:
340343

341344
Discovery Trigger

0 commit comments

Comments
 (0)