guozhangwang commented on a change in pull request #8997:
URL: https://github.com/apache/kafka/pull/8997#discussion_r453353080



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java
##########
@@ -1078,6 +1098,8 @@ private boolean addClientAssignments(final Map<String, 
Assignment> assignment,
                     );
                     removedActiveTasks.add(taskId);
 
+                    clientState.revokeActiveFromConsumer(taskId, consumer);

Review comment:
       No, the added functions are only for logging purposes.




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


Reply via email to