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
Currently DataPlaneSignalingFlowController is fetching all the dataplanes to find the one on which suspend or terminate the transfer. A findById will permit to avoid data waste, especially in environment where there are a lot of dataplanes.
Which Areas Would Be Affected?
data plane selector
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.
TODO:
Add method on data plane selector controller
embedded implementation
remote implementation
use the findBy method on DataPlaneSignalingFlowController
The text was updated successfully, but these errors were encountered:
Feature Request
Currently
DataPlaneSignalingFlowController
is fetching all the dataplanes to find the one on whichsuspend
orterminate
the transfer. AfindById
will permit to avoid data waste, especially in environment where there are a lot of dataplanes.Which Areas Would Be Affected?
data plane selector
Why Is the Feature Desired?
Are there any requirements?
Solution Proposal
If possible, provide a (brief!) solution proposal.
TODO:
findBy
method onDataPlaneSignalingFlowController
The text was updated successfully, but these errors were encountered: