Skip to content

KAFKA-18913: Consider removing state-updater feature flag #20378

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

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

shashankhs11
Copy link
Contributor

@shashankhs11 shashankhs11 commented Aug 19, 2025

This is PR-1 to incrementally remove the old restoration code.

Changes made:

  • Hardcoded stateUpdaterEnabled to be true
  • Updated the impacted tests

@github-actions github-actions bot added triage PRs from the community streams small Small PRs labels Aug 19, 2025
@shashankhs11
Copy link
Contributor Author

Tagging @mjsax for review

@@ -416,6 +417,7 @@ public void shouldPollWithRightTimeoutWithStateUpdater(final Task.TaskType type)
shouldPollWithRightTimeout(true, type);
}

@Disabled
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I decided to just disable the test for this PR. I intend to clean up the tests in a separate PR.

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.

2 participants