mjsax commented on code in PR #17198: URL: https://github.com/apache/kafka/pull/17198#discussion_r1828375999
########## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/StandbyTaskEOSIntegrationTest.java: ########## @@ -360,11 +367,9 @@ public KeyValue<Integer, Integer> transform(final Integer key, final Integer val throw new RuntimeException("Injected test error"); } - return KeyValue.pair(key, value); + store.put(key, value); Review Comment: Why do we add this line? -- 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