vvcephei opened a new pull request #8927: URL: https://github.com/apache/kafka/pull/8927
It's currently not possible to unit-test custom processors that use windowed stores, because the provided windowed store implementations cast the context to InternalProcessorContext. This change adds a public API example using windowed stores, and fixes the casts internally that would make that example fail previously. ### 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org