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

Feature - Workflow pieces sharing local network #290

Open
vinicvaz opened this issue Apr 25, 2024 · 2 comments
Open

Feature - Workflow pieces sharing local network #290

vinicvaz opened this issue Apr 25, 2024 · 2 comments
Labels
enhancement New feature or request proposal

Comments

@vinicvaz
Copy link
Collaborator

What is the problem this feature will solve?

This discussion brought #289 (comment) an interesting point about network communication between pieces.
Imagine a scenario where you want to have an web API piece that listen to other pieces to do actions, currently this is not possible, but maybe we want that.

What is the feature you are proposing to solve the problem?

We should consider a way of creating virtual networks in workflow context so pieces in the same workflow can share information using the localhost network.

What alternatives have you considered?

We should extend DominoK8SOperator and DominoDockerOperator to access k8s and docker api, create the network at the run of the dag and attach to the pieces in the same workflow.

@vinicvaz vinicvaz added enhancement New feature or request proposal labels Apr 25, 2024
@vinicvaz
Copy link
Collaborator Author

@tdari @nathan-vm fyi

@vinicvaz vinicvaz changed the title Feature - Feature - Workflow pieces sharing local network Apr 25, 2024
@luiztauffer
Copy link
Member

could we create a base Piece wrapper (e.g. BaseApiPiece) that would handle the rules for security, etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request proposal
Projects
None yet
Development

No branches or pull requests

2 participants