Re: Graceful Shutdown on Kafka Streams exception handler

2025-09-03 Thread Matthias J. Sax
Hello Victor, thanks for reaching out. I am not sure if it would be easily possible to implement what you propose. The problem is really, that records might be partially processed when an error happens, and before we can figure out what the correct offset for committing is, KS needs to flush,

Graceful Shutdown on Kafka Streams exception handler

2025-09-03 Thread Victor Osorio
Hello everyone, We're currently using Kafka Streams to process transactional data with exactly-once semantics (EOS). However, for some of our workloads, we require higher throughput, which makes EOS impractical. To ensure data integrity, we rely on UncaughtExceptionHandler and ProductionExcept

Re: [VOTE] 4.0.1 RC1

2025-09-03 Thread Jakub Scholz
+1 (non-binding). I did some smoke testing with the staged binaries, and I also ran the Strimzi test suite against the 4.0.1 release. All seems to work fine. Thanks for running the release. Jakub On Tue, Aug 19, 2025 at 5:43 PM Christo Lolov wrote: > Hello Kafka users, developers and client-de