mjsax commented on code in PR #17919: URL: https://github.com/apache/kafka/pull/17919#discussion_r1855018774
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamTaskTest.java: ########## @@ -157,8 +157,8 @@ public class StreamTaskTest { private final LogContext logContext = new LogContext("[test] "); private final String topic1 = "topic1"; private final String topic2 = "topic2"; - private final TopicPartition partition1 = new TopicPartition(topic1, 1); - private final TopicPartition partition2 = new TopicPartition(topic2, 1); + private final TopicPartition partition1 = new TopicPartition(topic1, 0); + private final TopicPartition partition2 = new TopicPartition(topic2, 0); Review Comment: Side cleanup -- not sure why we use partition number 1, but not 0? -- 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