-
Notifications
You must be signed in to change notification settings - Fork 524
Support basic metadata management in Kafka on S3 architecture #1
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
Conversation
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
1. add basic metadata type in Kafka on S3 architecture Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
1. support image::write function for Stream related images Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
1. fix compile errors Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
1. support Stream related delta function: replay Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
1. add test to verify the Stream related image and delta Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
d4bc8b3 to
ba34afd
Compare
Collaborator
|
Comment to modified part in Kafka code. |
superhx
reviewed
Aug 21, 2023
metadata/src/main/java/org/apache/kafka/image/StreamMetadataImage.java
Outdated
Show resolved
Hide resolved
metadata/src/main/java/org/apache/kafka/image/StreamsMetadataDelta.java
Outdated
Show resolved
Hide resolved
metadata/src/main/java/org/apache/kafka/image/BrokerStreamMetadataDelta.java
Outdated
Show resolved
Hide resolved
metadata/src/main/java/org/apache/kafka/metadata/stream/RangeMetadata.java
Outdated
Show resolved
Hide resolved
superhx
reviewed
Aug 21, 2023
1. add S3ObjectControlManager to manage all S3Object's lifecycle Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
…t to 64bit 1. rename S3 related class name 2. change epoch from 32bit to 64bit Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
1. fix name changing related compile errors Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
1. add comment to identify Kafka on S3 Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
1. rename streams with streamObjects Signed-off-by: TheR1sing3un <ther1sing3un@163.com>
superhx
approved these changes
Aug 21, 2023
superhx
pushed a commit
that referenced
this pull request
Feb 28, 2024
This change introduces some basic clean up and refactoring for forthcoming commits related to the revised fetch code for the consumer threading refactor project. Reviewers: Christo Lolov <lolovc@amazon.com>, Jun Rao <junrao@gmail.com>
daniel-y
pushed a commit
that referenced
this pull request
Mar 5, 2024
Support basic metadata management in Kafka on S3 architecture
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.
Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.
Committer Checklist (excluded from commit message)