janchilling opened a new pull request, #20392: URL: https://github.com/apache/kafka/pull/20392
…related flow This change removes the `state.updater.enabled` negation from StreamThread, making the StateUpdater always active by default. As part of this cleanup: - Removed conditional code paths in StreamThread, ActiveTaskCreator, ProcessorStateManager, and StandbyTaskCreator. - Removed the unused ChangelogReader, since it is no longer required in the execution flow. - Updated affected tests (StreamThreadTest, ProcessorStateManagerTest, ActiveTaskCreatorTest, StreamThreadStateStoreProviderTest, etc.) to align with the new default behavior. This is the first step in a series of PRs to fully eliminate the `state.updater.enabled` configuration and simplify task management. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org