-
Notifications
You must be signed in to change notification settings - Fork 3.6k
parity for Sink, for preMaterialize operation #24657
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
Conversation
Test FAILed. |
ff2f1c9
to
f22854c
Compare
f22854c
to
ec9796e
Compare
Test PASSed. |
* | ||
* Useful for when you need a materialized value of a Sink when handing it out to someone to materialize it for you. | ||
*/ | ||
def preMaterialize(materializer: Materializer): japi.Pair[Mat @uncheckedVariance, scaladsl.Sink[In @uncheckedVariance, NotUsed]] = { |
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.
scaladsl.Sink in javadsl
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.
are these uncheckedVariance related to #24575 ?
add java api compile test?
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.
Whoops, thanks
Not entirely sure if #24575 resolves the
that I had here? |
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.
Added docs and java test, should be now ready to merge
45b566c
to
b5a9694
Compare
Test PASSed. |
Test FAILed. |
Failure was #24672 it indeed is a bug it seems, we'l have to fix it |
PLS BUILD |
Test PASSed. |
Resolves #24656
Provides feature parity between preMaterialize on a Sink and a Source.
TODO: