hughack commented on a change in pull request #15378:
URL: https://github.com/apache/beam/pull/15378#discussion_r748669254



##########
File path: website/www/site/data/capability_matrix.yaml
##########
@@ -1704,3 +1704,42 @@ capability-matrix:
               l1:
               l2:
               l3:
+        - name: Key-ordered delivery
+          description: The runner offers guarantees for the order in which 
elements are passed in between operations. See <a href=''>per-key ordering 
semantics.</a>
+          values:
+            - class: dataflow
+              l1: "Partially"
+              l2:
+              l3: Dataflow performs different shuffling algorithms for batch 
and streaming. Dataflow guarantees key-ordered delivery in streaming, though 
not in batch.

Review comment:
       Ok, i guess it makes sense to define the concept here first.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to