-
Notifications
You must be signed in to change notification settings - Fork 251
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
docs: Document data-plane-api
and small refactoring
#1579
docs: Document data-plane-api
and small refactoring
#1579
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1579 +/- ##
==========================================
+ Coverage 67.72% 67.79% +0.07%
==========================================
Files 754 759 +5
Lines 16336 16386 +50
Branches 1047 1049 +2
==========================================
+ Hits 11063 11109 +46
- Misses 4794 4798 +4
Partials 479 479
Continue to review full report at Codecov.
|
27b82af
to
a946e98
Compare
data-plane-api
and small refactoring
1a5bffa
to
b2227d3
Compare
@bscholtes1A I am currently wondering whether the async push case should also be described in the use cases. Doesn't the API also play a role in this? |
All "provider push" transfers are asynchronous, including the one that I described in the markdown file. This is why the Control API exposes a "getTransferState" endpoint which enables to track the state of an on-going asynchronous data transfer. |
removing myself, as there are already sufficient reviewers |
7ea9441
to
4a603c6
Compare
4a603c6
to
5c7d728
Compare
ok, but I was speaking about the async-async push 😅 Means on provider side happens a provisioning first. Don't know if this flow fits into this documentation or if there is somewhere a better place for it. |
@florianrusch-zf are you taking about the http-provisioner stuff? If yes I think this one should be better documented in the http-provisioner extension. @ndr-brt what do you think? |
agree, it's not strictly related to data-plane |
What this PR changes/adds
Document
data-plane-api
extension:We take opportunity of this PR for a minor refactoring and some unit-tests improvement.
Why it does that
Provide missing documentation.
Linked Issue(s)
Contributes to #1382
Checklist
no-changelog
)