brandboat opened a new pull request, #17126: URL: https://github.com/apache/kafka/pull/17126
related to https://issues.apache.org/jira/browse/KAFKA-16332 removed deprecated method - TimeWindows#of - TimeWindows#grace - SessionWindows#with - SessionWindows#grace - SlidingWindows#withTimeDifferencAndGrace Please note that this PR does not remove `JoinWindows#of` and `JoinWindows#grace`, as these methods are still needed due to [KAFKA-13813](https://issues.apache.org/jira/browse/KAFKA-13813). In these methods, the `enableSpuriousResultFix` flag remains set to false, while it is always set to true in the new API. Currently, there is no option to modify this flag. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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]
