Support repeater feature in DDS (XML) participants#151
Merged
Conversation
juanlofer-eprosima
temporarily deployed
to
codecov
July 8, 2025 09:08 — with
GitHub Actions
Inactive
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #151 +/- ##
==========================================
- Coverage 37.98% 37.86% -0.13%
==========================================
Files 153 155 +2
Lines 7018 7047 +29
Branches 2786 2796 +10
==========================================
+ Hits 2666 2668 +2
- Misses 2952 2977 +25
- Partials 1400 1402 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
juanlofer-eprosima
force-pushed
the
feature/dds-repeater
branch
from
July 8, 2025 09:31
bdd0d6d to
15a8bc8
Compare
juanlofer-eprosima
temporarily deployed
to
codecov
July 8, 2025 09:32 — with
GitHub Actions
Inactive
rsanchez15
requested changes
Jul 11, 2025
juanlofer-eprosima
force-pushed
the
feature/dds-repeater
branch
from
July 15, 2025 13:52
15a8bc8 to
107485b
Compare
juanlofer-eprosima
temporarily deployed
to
codecov
July 15, 2025 13:52 — with
GitHub Actions
Inactive
rsanchez15
previously approved these changes
Jul 16, 2025
rsanchez15
self-requested a review
July 16, 2025 05:36
rsanchez15
requested changes
Jul 16, 2025
juanlofer-eprosima
temporarily deployed
to
codecov
July 16, 2025 07:59 — with
GitHub Actions
Inactive
juanlofer-eprosima
force-pushed
the
feature/dds-repeater
branch
from
July 16, 2025 09:22
948bd54 to
3224e48
Compare
juanlofer-eprosima
temporarily deployed
to
codecov
July 16, 2025 09:22 — with
GitHub Actions
Inactive
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
juanlofer-eprosima
force-pushed
the
feature/dds-repeater
branch
from
July 17, 2025 07:41
3224e48 to
09e37be
Compare
juanlofer-eprosima
temporarily deployed
to
codecov
July 17, 2025 07:41 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the possibility to configure DDS (XML) participants so they support the repeater feature, which up to now has been available only for RTPS participants. The implementation relies on the new feature introduced in eProsima/Fast-DDS#5861.