-
Notifications
You must be signed in to change notification settings - Fork 15.4k
KAFKA-14307; Controller time-based snapshots #12761
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
Merged
jsancio
merged 14 commits into
apache:trunk
from
jsancio:kafka-14307-controller-time-snapshot
Nov 22, 2022
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
1208249
KAFKA-14307; Controller time-based snapshots
jsancio 74607ca
KAFKA-14307; Support variable snapshot reasons
jsancio 53c854f
KAFKA-14307; Add tests for SnapshotReason
jsancio 464e7a3
Merge remote-tracking branch 'apache-kafka/trunk' into kafka-14307-co…
jsancio de7e8ec
KAFKA-14307; Add missing documentation
jsancio d9e27c4
KAFKA-14307; Add test for controller and raft client
jsancio 32af1e7
Merge remote-tracking branch 'apache-kafka/trunk' into kafka-14307-co…
jsancio 2a1a21a
KAFKA-14307; Improve snapshot config documentation
jsancio 057d09c
KAFKA-14307; Fix Scala compile error
jsancio e510304
KAFKA-14307; Add missing log message param
jsancio 2221264
KAFKA-14307; Remove extra spaces at end of line
jsancio 495d876
Merge remote-tracking branch 'apache-kafka/trunk' into kafka-14307-co…
jsancio dbc3aeb
KAFKA-14307; Update configuration description
jsancio 81d4724
KAFKA-14307; Fix Scala compile error
jsancio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Instead of just referring to the other configuration, I was thinking we could mention that snapshots will be taken when either the interval is reached or the max bytes limit is reached.
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.
Done. Added a sentence to both descriptions explaining this.