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


##########
streams/src/main/java/org/apache/kafka/streams/processor/assignment/assignors/StickyTaskAssignor.java:
##########
@@ -173,6 +178,7 @@ private static void assignStandby(final ApplicationState 
applicationState,
                                       final AssignmentState assignmentState) {
         final Set<TaskInfo> statefulTasks = 
applicationState.allTasks().values().stream()
             .filter(TaskInfo::isStateful)

Review Comment:
   you can remove this line actually, the changelogs check is sufficient (not 
to mention I just realized this filter is probably broken at the moment anyways 
since we still need to fix the `stateStoreNames` thing)



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