cadonna commented on a change in pull request #10529: URL: https://github.com/apache/kafka/pull/10529#discussion_r612291822
########## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/InternalTopicManagerTest.java ########## @@ -64,6 +64,7 @@ import static org.apache.kafka.common.utils.Utils.mkEntry; import static org.apache.kafka.common.utils.Utils.mkMap; import static org.apache.kafka.common.utils.Utils.mkSet; +import static org.easymock.EasyMock.expect; Review comment: Could you please revert this change since I am still working on this code for KIP-698 and I do not want to run into merge conflicts. ########## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/InternalTopicManagerTest.java ########## @@ -64,6 +64,7 @@ import static org.apache.kafka.common.utils.Utils.mkEntry; import static org.apache.kafka.common.utils.Utils.mkMap; import static org.apache.kafka.common.utils.Utils.mkSet; +import static org.easymock.EasyMock.expect; Review comment: Could you please revert this change since I am still working on this code for KIP-698 and I do not want to run into merge conflicts? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org