emmaeng700 opened a new pull request, #21546: URL: https://github.com/apache/kafka/pull/21546
KAFKA-8504 Added a warning in the Window Final Results section of the Streams DSL docs explaining that suppress(Suppressed.untilWindowCloses()) requires an explicit grace period to emit results. Without this, users using the deprecated TimeWindows.of(Duration) API get a default grace of ~24 hours and see no output from suppress(). Added guidance to use TimeWindows.ofSizeAndGrace() or TimeWindows.ofSizeWithNoGrace() explicitly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
