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

   > Isn't this the same as #2416?
   
   Yes it is but when I reviewed this feature I questioned the premise of 
`Source.elements` given that `Source(List(1,2,3))` is even shorter than 
`Source.elements(1,2,3)` and hence I suggested to use `Source.apply` as an 
overloaded varargs which would allow you to do `Source(1,2,3)`.
   
   However as @He-Pin pointed out, this does create some discrepencies on how 
sources are created


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