apourchet commented on code in PR #15920:
URL: https://github.com/apache/kafka/pull/15920#discussion_r1598665756


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java:
##########
@@ -432,6 +437,10 @@ public GroupAssignment assign(final Cluster metadata, 
final GroupSubscription gr
 
             // compute the assignment of tasks to threads within each client 
and build the final group assignment
 
+            getApplicationState(

Review Comment:
   SpotBugs was complaining about unused variables when I had that, so I will 
simply leave the invocation of that new method out entirely.



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