bbejeck commented on pull request #11928:
URL: https://github.com/apache/kafka/pull/11928#issuecomment-1084745697
@tiboun I tried to cherry-pick this to 3.1 but I can't due to a compiler
issue:
```Task :streams:compileTestJava
/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java:720:
error: cannot find symbol
final MockApiProcessorSupplier<Windowed<String>, String, Void, Void>
supplier = new MockApiProcessorSupplier<>();
```
Can you do another PR targeted towards the 3.1 branch that does not use the
`MockApiProcessorSupplier` or add it to your patch?
Thanks
--
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]