kafka/streams/test-utils/src
John Roesler 0e6c8a55b9
KAFKA-10200: Fix testability of PAPI with windowed stores (#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.

Reviewers: A. Sophie Blee-Goldman <sophie@confluent.io>, Bruno Cadonna <bruno@confluent.io>
2020-06-30 11:59:47 -05:00
..
main/java/org/apache/kafka/streams KAFKA-10166: always write checkpoint before closing an (initialized) task (#8926) 2020-06-26 15:11:56 -07:00
test KAFKA-10200: Fix testability of PAPI with windowed stores (#8927) 2020-06-30 11:59:47 -05:00