Skip to content
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

[config] Attributes for Publisher/Subscriber and Reader/Writer #1747

Merged
merged 5 commits into from
Oct 14, 2024

Conversation

Peguen
Copy link
Contributor

@Peguen Peguen commented Sep 27, 2024

Description

Decoupling of reader and writer from global configurations to use attributes with builders.

@Peguen Peguen added the cherry-pick-to-NONE Don't cherry-pick these changes label Sep 27, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

attributes.host_group_name = Process::GetHostGroupName();
attributes.process_id = Process::GetProcessID();
attributes.process_name = Process::GetProcessName();
attributes.share_topic_type = pub_config_.share_topic_type;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

share_topic_type and share_topic_description needs to be moved to registration configuration in the future

@Peguen Peguen merged commit 1036657 into master Oct 14, 2024
19 of 20 checks passed
@Peguen Peguen deleted the feature/pubsub_sattr_configuration_0 branch October 14, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-to-NONE Don't cherry-pick these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants