Skip to content

Add Databroker Participant type [12151]#82

Open
jparisu wants to merge 10 commits intomainfrom
feature/databroker-participant
Open

Add Databroker Participant type [12151]#82
jparisu wants to merge 10 commits intomainfrom
feature/databroker-participant

Conversation

@jparisu
Copy link
Contributor

@jparisu jparisu commented Jun 3, 2021

Signed-off-by: jparisu javierparis@eprosima.com

@jparisu jparisu force-pushed the feature/databroker-participant branch from 1c405b1 to 0a44cea Compare June 9, 2021 07:03
@jparisu
Copy link
Contributor Author

jparisu commented Jul 16, 2021

@laura-eprosima please check this PR.
I would like to know your opinion about this databroker design and the alias design (related with: eProsima/Integration-Service#158).
Still Documentation missing.

@jparisu jparisu force-pushed the feature/databroker-participant branch from ea083bb to 64b4901 Compare July 16, 2021 09:44
@jparisu jparisu changed the title Add Databroker Participant type Add Databroker Participant type [12151] Jul 19, 2021
@jparisu jparisu marked this pull request as ready for review July 19, 2021 13:24
Copy link
Contributor

@lauramg15 lauramg15 left a comment

Choose a reason for hiding this comment

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

TODO:

  • Add test

@jparisu jparisu changed the base branch from main to databroker July 29, 2021 07:15
jparisu added 10 commits August 11, 2021 09:28
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
@lauramg15 lauramg15 force-pushed the feature/databroker-participant branch from e7271ea to 7435086 Compare August 11, 2021 07:28
@lauramg15 lauramg15 changed the base branch from databroker to main August 11, 2021 07:29
if (dds_participant_)
// Depending the SH type, use participant qos or databroker qos
// TODO : change for databroker alias refactor
if (config["discovery-server"])

Choose a reason for hiding this comment

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

This is to maintain consistency with the rest of the tags.

Suggested change
if (config["discovery-server"])
if (config["discovery_server"])

logger_ << utils::Logger::Level::INFO
<< "Created Fast DDS participant '" << dds_participant_->get_qos().name()
<< "' from profile configuration '" << profile_name << "'" << std::endl;
participant_qos = get_databroker_qos(config["discovery-server"]);

Choose a reason for hiding this comment

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

Suggested change
participant_qos = get_databroker_qos(config["discovery-server"]);
participant_qos = get_databroker_qos(config["discovery_server"]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants