mdedetrich commented on PR #2427:
URL: https://github.com/apache/pekko/pull/2427#issuecomment-3478397178

   > @mdedetrich It's not that explicit with `apply`, you're not sure if the 
result is a `Source.single(array)`
   
   Technically true, but at the same time you never want a source of containing 
array as that doesn't make sense (in fact you can argue if you want a source 
that contains a mutable array you should be explicit about it and do 
`Source.single(array)`).
   
   99% perfect on the time, if a user is making a source from an array that 
want to make a source from all of the elements in the array


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to