fonsdant commented on code in PR #17198: URL: https://github.com/apache/kafka/pull/17198#discussion_r1828561620
########## streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/kstream/KStreamTest.scala: ########## @@ -222,42 +221,6 @@ class KStreamTest extends TestDriver { testDriver.close() } - @nowarn - @Test - def testTransformCorrectlyRecords(): Unit = { Review Comment: Hm... I have replace Transformer with ProcessorSupplier and transform with process. Have I missed something else? ########## streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/kstream/KStreamTest.scala: ########## @@ -222,42 +221,6 @@ class KStreamTest extends TestDriver { testDriver.close() } - @nowarn - @Test - def testTransformCorrectlyRecords(): Unit = { Review Comment: Hm... I have replaced Transformer with ProcessorSupplier and transform with process. Have I missed something else? -- 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