fonsdant commented on code in PR #17198: URL: https://github.com/apache/kafka/pull/17198#discussion_r1797757057
########## streams/src/test/java/org/apache/kafka/streams/integration/StandbyTaskEOSIntegrationTest.java: ########## @@ -360,11 +368,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: Similar to the return null replacement with delete. Since we would return a pair with key and value, now I put it in store. -- 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