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
StatusChecker was a component that took care of checking the transfer completion in the TransferProcess state machine.
It's completely useless now because:
in a "provider push" scenario the data-plane already takes care of notifying the control-plane when a transfer has been completed
in a "consumer pull"/"streaming" scenario, the upcoming policy monitor will take care of evaluating the policy and eventually complete the transfer.
So the StatusChecker can be removed as a whole, and free some state machine cycles.
Which Areas Would Be Affected?
transfer process
Why Is the Feature Desired?
cleanup
The text was updated successfully, but these errors were encountered:
Feature Request
StatusChecker
was a component that took care of checking the transfer completion in the TransferProcess state machine.It's completely useless now because:
So the
StatusChecker
can be removed as a whole, and free some state machine cycles.Which Areas Would Be Affected?
transfer process
Why Is the Feature Desired?
cleanup
The text was updated successfully, but these errors were encountered: