-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with full list copies in pekko-stream javadsl #1491
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few questions:
- should we create a follow-up issue to update the rest of the code to use the new
CollectionUtil
? - Is it worth updating the existing documentation of the
immutableSeq
method to point to the new CollectionUtil object?
Otherwise looks good to me.
CollectionUtil is package private. I think there is a tradeoff between having centralised code but then also meaning that many Pekko libs require a minimum version of a shared Pekko lib like pekko-actor. |
Thanks for clarifying. |
see #1488 - follow up to #1250