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


##########
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:
   ah, I see. Well there's no concern about forgetting to put this back in 
since we'll eventually need the result lol. All good 👍 



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