He-Pin commented on code in PR #1869: URL: https://github.com/apache/pekko/pull/1869#discussion_r2108208399
########## 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: And the commit message is changed too -- 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