Is a server required to honor the initialCount
argument on @stream
#104
robrichard
announced in
Architectural Decision Records
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Currently the incremental delivery spec proposal states (emphasis added):
Should servers be required to send at least as many items as the initialCount argument, or is it ok to send fewer items initially?
Option 1 - Update text to
initialCount
argument, it can assume that the list is complete. It would be a breaking change to switch to option 2 as this would break this client assumption.Option 2 - Text remains as-is
Beta Was this translation helpful? Give feedback.
All reactions