You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: