rreddy-22 commented on code in PR #15785:
URL: https://github.com/apache/kafka/pull/15785#discussion_r1581132398


##########
jmh-benchmarks/src/main/java/org/apache/kafka/jmh/assignor/ServerSideAssignorBenchmark.java:
##########
@@ -204,7 +198,7 @@ private void createAssignmentSpec() {
             }
         }
 
-        this.assignmentSpec = new AssignmentSpec(members);
+        this.assignmentSpec = new AssignmentSpec(members, subscriptionType);

Review Comment:
   hmm this is weird lol, I could've sworn I removed em all



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