Skip to content
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

Docs: Session Windowing #1597

Closed
Tracked by #1355
yhl25 opened this issue Mar 25, 2024 · 3 comments · Fixed by #1650
Closed
Tracked by #1355

Docs: Session Windowing #1597

yhl25 opened this issue Mar 25, 2024 · 3 comments · Fixed by #1650
Labels
area/reduce Reduce operations like GroupByKey documentation Improvements or additions to documentation
Milestone

Comments

@yhl25
Copy link
Contributor

yhl25 commented Mar 25, 2024

No description provided.

@yhl25 yhl25 added documentation Improvements or additions to documentation area/reduce Reduce operations like GroupByKey labels Mar 25, 2024
@vigith vigith added this to the 1.2 milestone Mar 29, 2024
@th0ger
Copy link
Contributor

th0ger commented Apr 5, 2024

Hey, until this is doc done, could you give a few words on what session window and reduce streaming of v1.2.*-rc's is about?
Maybe some examples at hand already?

@yhl25
Copy link
Contributor Author

yhl25 commented Apr 5, 2024

Hey @th0ger

Session Window
Session window is a type of Unaligned window. The window's end time continues to shift until no data is received for a specified duration. The window only closes when no data arrives for the specified timeout duration.

Session Window Diagram

Examples of Session Window:

Reduce Streaming
Reduce streaming is the functionality that allows messages to be streamed to the next vertex from the reduce vertex. This is useful for custom triggering, where we want to forward responses to the next vertex quickly, even before the window closes.

Examples of Reduce Streaming:

Bare with us! We'll try to finish the doc sooner! :)

@th0ger
Copy link
Contributor

th0ger commented Apr 5, 2024

Thanks for the clarification and good luck with the upcoming release 👍

@vigith vigith changed the title Docs: Session Windowing and Reduce Streaming Docs: Session Windowing Apr 8, 2024
This was referenced Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/reduce Reduce operations like GroupByKey documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants