-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[21313] Type propagation policy #5081
Merged
Merged
Conversation
This file contains 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
EduPonz
force-pushed
the
feature/type_propagation_policy
branch
2 times, most recently
from
July 17, 2024 13:45
7c88acb
to
2248a57
Compare
This was referenced Jul 17, 2024
MiguelCompany
requested changes
Jul 18, 2024
src/cpp/fastdds/builtin/type_lookup_service/TypeLookupManager.cpp
Outdated
Show resolved
Hide resolved
EduPonz
force-pushed
the
feature/type_propagation_policy
branch
3 times, most recently
from
July 19, 2024 11:11
9464f21
to
6287e85
Compare
EduPonz
force-pushed
the
feature/type_propagation_policy
branch
from
July 20, 2024 04:53
6287e85
to
89fb2ff
Compare
EduPonz
requested review from
MiguelCompany
and removed request for
MiguelCompany
July 20, 2024 04:53
richiware
requested review from
MiguelCompany
and removed request for
MiguelCompany
July 23, 2024 07:56
richiware
force-pushed
the
feature/type_propagation_policy
branch
2 times, most recently
from
July 23, 2024 08:25
ab4778c
to
b937c61
Compare
richiware
requested review from
MiguelCompany
and removed request for
MiguelCompany
July 23, 2024 08:25
richiware
force-pushed
the
feature/type_propagation_policy
branch
from
July 24, 2024 06:02
5315dd9
to
4835420
Compare
richiware
requested review from
MiguelCompany
and removed request for
MiguelCompany
July 24, 2024 06:03
…propagation policy Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
…code Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
…irdparty Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
EduPonz
force-pushed
the
feature/type_propagation_policy
branch
from
July 24, 2024 14:34
7e17d35
to
6bc41e5
Compare
…utexes Signed-off-by: eduponz <eduardoponz@eprosima.com>
EduPonz
requested review from
MiguelCompany
and removed request for
MiguelCompany
July 25, 2024 07:03
MiguelCompany
approved these changes
Jul 26, 2024
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 adds a property policy to the
DomainParticipant
to control how types are propagated by EDP and Type Lookup Service.The property name is
fastdds.type_propagation
The property can take 4 values:
disabled
enabled
minimal_bandwidth
registration_only
Related PRs:
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist