Skip to content

List offset 2#66

Closed
TaiJuWu wants to merge 16 commits into
trunkfrom
listOffset-2
Closed

List offset 2#66
TaiJuWu wants to merge 16 commits into
trunkfrom
listOffset-2

Conversation

@TaiJuWu
Copy link
Copy Markdown
Owner

@TaiJuWu TaiJuWu commented Nov 18, 2025

Delete this text and replace it with a detailed description of your
change. The PR title and body will become the squashed commit message.

If you would like to tag individuals, add some commentary, upload
images, or include other supplemental information that should not be
part of the eventual commit message, please use a separate comment.

If applicable, please include a summary of the testing strategy
(including rationale) for the proposed change. Unit and/or integration
tests are expected for any behavior change and system tests should be
considered for larger changes.

// Merge topicIds from the new cluster with existing topicIds
// This is necessary because global metadata requests don't include topic info,
// but lookup requests do. We want to preserve topicId information from lookups.
Map<String, Uuid> mergedTopicIds = new HashMap<>(this.cluster.topicIds());
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Is overhead large?

@TaiJuWu TaiJuWu force-pushed the trunk branch 2 times, most recently from 03dce5e to 18dbd52 Compare December 3, 2025 03:12
@github-actions
Copy link
Copy Markdown

This PR is being marked as stale since it has not had any activity in 90 days. If you
would like to keep this PR alive, please leave a comment asking for a review. If the PR has
merge conflicts, update it with the latest from the base branch.

If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact).

If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.

@github-actions github-actions Bot added the stale label Mar 18, 2026
@github-actions
Copy link
Copy Markdown

This PR has been closed since it has not had any activity in 120 days. If you feel like this
was a mistake, or you would like to continue working on it, please feel free to re-open the
PR and ask for a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant