[#24061] Add ContentFilteredTopic filter#200
Merged
Merged
Conversation
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #200 +/- ##
==========================================
- Coverage 29.23% 29.10% -0.13%
==========================================
Files 74 74
Lines 4970 5047 +77
Branches 2587 2640 +53
==========================================
+ Hits 1453 1469 +16
- Misses 2342 2393 +51
- Partials 1175 1185 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
DDS-Record-Replay filter
DDS-Record-Replay filter
Danipiza
force-pushed
the
feature/new-filter
branch
from
February 18, 2026 09:07
8f9e765 to
b0796e0
Compare
Danipiza
force-pushed
the
feature/new-filter
branch
from
February 18, 2026 09:19
b0796e0 to
5758251
Compare
Danipiza
force-pushed
the
feature/new-filter
branch
from
February 18, 2026 09:29
5758251 to
b857f74
Compare
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Danipiza
force-pushed
the
feature/new-filter
branch
from
March 2, 2026 11:55
8c97a8c to
9f65677
Compare
raulojeda22
requested changes
Mar 2, 2026
raulojeda22
left a comment
There was a problem hiding this comment.
Add a more descriptive PR description
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Danipiza
force-pushed
the
feature/new-filter
branch
from
March 18, 2026 09:25
96002b4 to
8613ee7
Compare
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
ContentFilteredTopic filter
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.
Description
This PR introduces several improvements to DDS-Record-Replay, focusing on runtime filter updates, add
ContentFilteredTopicnew filter category, a configuration refactor forDDS/RTPSmode selection, and various bug fixes and code cleanups. Also fixes the error in Windows CINew
ContentFilteredTopiccategory filterRefactor configuration
Now the default value is
DDSinstead ofRTPSBugfix
partition_names.erase(writer_name)was erasing at the wrong map level.Fixed to
partition_names[topic_name].erase(writer_guid).Windows CI Fix [#23932] Fix Windows Debug CI
Related PR: [#23594] Support "partitions" in DDS Recorder & Replayer
Contributor Checklist
Reviewer Checklist