-
Notifications
You must be signed in to change notification settings - Fork 13.9k
[FLINK-36957][Datastream] Implement asyc state version of stream flatmap #25848
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
flink-runtime/src/main/java/org/apache/flink/streaming/api/operators/StreamFlatMapAsync.java
Outdated
Show resolved
Hide resolved
flink-runtime/src/main/java/org/apache/flink/streaming/api/operators/StreamFlatMapAsync.java
Outdated
Show resolved
Hide resolved
|
@fredia I am unsure what this change is for - please could you add the motivation of the fix in the Jira and the impact on the Datastream API. Does this require a docs change? |
@davidradl Sorry for the confusion, this pr provides the async state version of stream flatmap, I changed the title and description. |
|
Reviewed by Chi on 09/01/2025 Need a committer to review Thanks @fredia it looks ok from a quick glance - but would like someone more expert to review this |
Zakelly
left a comment
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.
Thanks for the update, overall looks good!
...ime/src/main/java/org/apache/flink/runtime/asyncprocessing/operators/AsyncStreamFlatMap.java
Outdated
Show resolved
Hide resolved
Zakelly
left a comment
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.
LGTM
What is the purpose of the change
This PR implements the asyc state version of stream flatmap.
Brief change log
StreamFlatMapAsyncKeyedStream#flatmapVerifying this change
This change can be verified as follows:
KeyedStateInputFormatTestDoes this pull request potentially affect one of the following parts:
@Public(Evolving): (no)Documentation