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

KAFKA-13785: docs for emit final #12867

Merged
merged 2 commits into from Nov 16, 2022
Merged

KAFKA-13785: docs for emit final #12867

merged 2 commits into from Nov 16, 2022

Conversation

lihaosky
Copy link
Collaborator

Add Java docs for emit final

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

* <p>
* For example, for {@link EmitStrategy#onWindowClose} strategy, the aggregated result for a
* window will only be emitted when the window closes. For {@link EmitStrategy#onWindowUpdate()}
* strategy, the aggregated result for a window will be emitted whenever there is an update to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

emitted whenever there is an update

Should we mention caching in addition?

@mjsax mjsax merged commit 76214bf into apache:trunk Nov 16, 2022
@mjsax
Copy link
Member

mjsax commented Nov 16, 2022

Thanks for the PR. Merged to trunk.

@lihaosky lihaosky deleted the emit-final-doc branch November 16, 2022 19:30
guozhangwang pushed a commit to guozhangwang/kafka that referenced this pull request Jan 25, 2023
Reviewers: Matthias J. Sax <matthias@confluent.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants