mjsax commented on PR #17198: URL: https://github.com/apache/kafka/pull/17198#issuecomment-2423338654
@fonsdant -- seems there is some compilation error: ``` StandbyTaskEOSIntegrationTest.java:332: error: cannot find symbol .transform( > Task :streams:compileTestJava ^ symbol: method transform(()->new or[...]{ } },String) location: interface KStream<Integer,Integer> ``` Seem we need to rewrite this test to use the new `process()` instead of `transform()` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org