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

[21703] Add a python backend node with orchestrator #54

Merged
merged 8 commits into from
Oct 14, 2024
Merged

Conversation

JesusPoderoso
Copy link
Contributor

This performs the necessary changes to launch the orchestrator as a backend node in python.

Copy link
Member

@Mario-DL Mario-DL left a comment

Choose a reason for hiding this comment

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

Good job overall, including the Orchestrator in Python will give tons of versatility.
Leaving some suggestions.

@@ -199,7 +214,7 @@ class OrchestratorNode

uint32_t domain_;

std::shared_ptr<OrchestratorNodeHandle> handler_;
OrchestratorNodeHandle* handler_;
Copy link
Member

Choose a reason for hiding this comment

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

We may add a comment here stating that the deletion of the handler_ is managed by the user. Also we may include it in the destroy() method and in the descriptiof of the OrchestratorNodeHandle inside a @note

Copy link
Member

@Mario-DL Mario-DL left a comment

Choose a reason for hiding this comment

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

LGTM

@Mario-DL Mario-DL merged commit 441377f into main Oct 14, 2024
6 checks passed
@Mario-DL Mario-DL deleted the feature/21703 branch October 14, 2024 10:11
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.

2 participants