chickenchickenlove opened a new pull request, #21675:
URL: https://github.com/apache/kafka/pull/21675

   ### Description
   After Kafka 4.0.0, `MockProcessorContext` doesn't work with WindowStores.
   This is a regression caused by #16906. 
   
   Some `StateStore`s accept a `StateStoreContext`, but internally require an 
`InternalProcessorContext`. 
   Because of this, tests using `MockProcessorContext` no longer work with 
non-logging, non-caching `WindowStore`s.
   
   This PR is draft based on my current understanding of the problem and one 
possible direction for fixing it.
   I would like to use this PR as a starting point for discussion and align on 
the right approach with the community. 


-- 
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]

Reply via email to