File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,16 @@ single machine in a service. Durability and availability may be improved by
230
230
having separate dedicated services for managing subscription state and client
231
231
connectivity.
232
232
233
+ ** Delivery Agnostic**
234
+
235
+ GraphQL subscriptions do not require any specific serialization format or
236
+ transport mechanism. Subscriptions specifies algorithms for the creation of a
237
+ stream, the content of each payload on that stream, and the closing of that
238
+ stream. There are intentionally no specifications for message acknoledgement,
239
+ buffering, resend requests, or any other quality of service (QoS) details.
240
+ Message serialization, transport mechanisms, and quality of service details
241
+ should be chosen by the implementing service.
242
+
233
243
#### Source Stream
234
244
235
245
A Source Stream represents the sequence of events, each of which will
You can’t perform that action at this time.
0 commit comments