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-17505: New consumer seekToBeginning/End should run in background thread #17230

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

TaiJuWu
Copy link
Contributor

@TaiJuWu TaiJuWu commented Sep 19, 2024

Jira: https://issues.apache.org/jira/browse/KAFKA-17505

Move seekToBeginning/End run in background thread.
This change will dealy subscribeState change so we leverage cachedSubscriptionHasAllFetchPositions to record app thread need to wait background thread wait new position.

Committer Checklist (excluded from commit message)

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

@frankvicky frankvicky added consumer ctr Consumer Threading Refactor (KIP-848) labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consumer ctr Consumer Threading Refactor (KIP-848)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants