mjsax commented on code in PR #14164:
URL: https://github.com/apache/kafka/pull/14164#discussion_r1287682340


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignorTest.java:
##########
@@ -809,14 +888,37 @@ public void testAssignWithStates() {
                    APPLICATION_ID + "-store3-changelog"),
             asList(3, 3, 3))
         );
-        configureDefault();
+
+        createDefaultMockTaskManager();
+        final List<Map<String, List<TopicPartitionInfo>>> 
changelogTopicPartitionInfo = getTopicPartitionInfo(3,

Review Comment:
   nit: move first parameter `3,` into it's own line below (hard to read the 
code otherwise)



-- 
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

Reply via email to