Hello all, I have two small updates regarding the KIP: - Property renamed: I changed the property name to ` state.cleanup.dir.max.age.ms`, as the new name better describes its functionality. - New field added: I added a new public field to StreamsConfig: public static final long STATE_CLEANUP_DIR_MAX_AGE_MS_DISABLED = -1;
If you have any objections to these changes, please reply to this voting thread. On Mon, Feb 16, 2026 at 10:40 PM Uladzislau Blok <[email protected]> wrote: > Hi all > Thanks for voting on this KIP. The KIP is approved. > > TengYao Chi: +1 (binding) > Bill Bejeck: +1 (binding) > Matthias: +1 (binding) > > Regards, > Uladzislau > > On Mon, Feb 16, 2026 at 10:27 PM Matthias J. Sax <[email protected]> wrote: > >> +1 (binding) >> >> On 2/15/26 4:39 PM, Bill Bejeck wrote: >> > Hi Uladzislau, >> > >> > Thanks for the KIP!. This is a useful addition that addresses a >> > challenging use case. >> > >> > +1(binding) >> > >> > -Bill >> > >> > On Sun, Feb 15, 2026 at 4:33 PM TengYao Chi <[email protected]> >> wrote: >> > >> >> Hi Uladzislau, >> >> Thanks for the KIP. >> >> +1 (binding) >> >> >> >> Best, >> >> TengYao Chi >> >> >> >> Uladzislau Blok <[email protected]> 於 2026年2月13日週五 下午8:18寫道: >> >> >> >>> Hi everyone, >> >>> >> >>> >> >>> >> >>> I'd like to start the voting thread for KIP-1259, which addresses the >> >>> "zombie data" issue in Kafka Streams. >> >>> This occurs when an instance restarts with stale local files after the >> >>> changelog's tombstones have been purged (exceeding >> delete.retention.ms). >> >>> >> >>> We propose adding new property (state.cleanup.on.start.delay.ms) to >> >> allow >> >>> an automated wipe of local state if it exceeds a specific age, >> ensuring >> >> the >> >>> store is rebuilt from the broker. >> >>> >> >>> KIP: >> >>> >> >>> >> >> >> https://cwiki.apache.org/confluence/display/KAFKA/KIP-1259%3A+Add+configuration+to+wipe+Kafka+Streams+local+state+on+startup >> >>> >> >>> Discussion thread: >> >>> https://lists.apache.org/thread/rd4hosz31y5lv9nqm85qkj727jw024mq >> >>> >> >>> >> >>> Best Regards, >> >>> >> >>> Uladzislau Blok >> >>> >> >> >> > >> >>
