[ https://issues.apache.org/jira/browse/KAFKA-18913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bruno Cadonna updated KAFKA-18913: ---------------------------------- Description: We did enable the new StateUpdated thread with 3.8 release. We should consider removing the internal feature flag {{__state.updater.enabled__}}, and drop the old code that restores state stores in the poll loop by the stream thread. The entry point of the old restoration code is the following: https://github.com/apache/kafka/blob/138c2a211ad90e3966b01b99c4570df50ec48ea2/streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java#L1100 was: We did enable the new StateUpdated thread with 3.8 release. We should consider removing the internal feature flag, and drop the old code. > Consider removing state-updater feature flag > -------------------------------------------- > > Key: KAFKA-18913 > URL: https://issues.apache.org/jira/browse/KAFKA-18913 > Project: Kafka > Issue Type: Task > Components: streams > Reporter: Matthias J. Sax > Assignee: Janindu Pathirana > Priority: Blocker > Fix For: 4.1.0 > > > We did enable the new StateUpdated thread with 3.8 release. > We should consider removing the internal feature flag > {{__state.updater.enabled__}}, and drop the old code that restores state > stores in the poll loop by the stream thread. > The entry point of the old restoration code is the following: > https://github.com/apache/kafka/blob/138c2a211ad90e3966b01b99c4570df50ec48ea2/streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java#L1100 > -- This message was sent by Atlassian Jira (v8.20.10#820010)