Thanks for the KIP. Sounds like a nice cleanup.

window.size.ms  is not a true KafkaStreams config, and results in an error when 
set from a KStreams application

What error?


Given that the configs is used by `TimeWindowedDeserializer` I am wondering if we should additionally add

public class TimeWindowedDeserializer {

    public static final String WINDOW_SIZE_MS_CONFIG = "window.size.ms";
}



-Matthias


On 2/15/24 6:32 AM, Lucia Cerchie wrote:
Hey everyone,

I'd like to discuss KIP-1020
<https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=290982804>,
which would move to deprecate `window.size.ms` in `StreamsConfig` since `
window.size.ms` is a client config.

Thanks in advance!

Lucia Cerchie

Reply via email to