-
Notifications
You must be signed in to change notification settings - Fork 20
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
Improvement/zenko 2429 backbeat direct data access #964
base: development/8.1
Are you sure you want to change the base?
Improvement/zenko 2429 backbeat direct data access #964
Conversation
Copy the logic to load locations based on orbit location types in arsenal, to be used by Backbeat to have direct GET/PUT access to locations.
Allow the caller not to pass a callback, but retrieve the request object directly. This is needed for Backbeat to manage request canceling (abort) of one end when the other end raises an error.
Hello jonathan-gramain,My role is to assist you with the merge of this Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: The following options are set: approve |
/wait |
Copy the logic to load locations based on orbit location types in
arsenal, to be used by Backbeat to have direct GET/PUT access to
locations.
Allow the caller not to pass a callback, but retrieve the request
object directly.
This is needed for Backbeat to manage request canceling (abort) of one
end when the other end raises an error.