pjfanning commented on code in PR #1869:
URL: https://github.com/apache/pekko/pull/1869#discussion_r2107205825


##########
stream/src/main/scala/org/apache/pekko/stream/scaladsl/Flow.scala:
##########
@@ -1402,7 +1402,7 @@ trait FlowOps[+Out, +Mat] {
     } else {
       new MapAsyncPartitioned(parallelism, orderedOutput = false, partitioner, 
f)
     }
-    via(graph.withAttributes(DefaultAttributes.mapAsyncPartition and 
SourceLocation.forLambda(f)))
+    via(graph.withAttributes(DefaultAttributes.mapAsyncPartitionUnordered and 
SourceLocation.forLambda(f)))

Review Comment:
   my main point about these changes is that they could change behaviour - why 
are the changes better than what we have before?



-- 
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: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to