Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current state:  In votingAccepted

Discussion thread: here

Vote thread: here

...

In StreamsConfig.java add default.window.size.ms

Code Block
languagejava
titleStreamsConfig
linenumberstrue
/** <code>default.window<code>window.size.ms</code> */
public static final String WINDOW_SIZE_MS_CONFIG = "window.size.ms";
private static final String WINDOW_SIZE_MS_DOC = "Passes window size to the deserializer in order to calculate window end times.";

...