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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignor.java:
##########
@@ -768,15 +775,21 @@ private void assignTasksToClients(final Cluster 
fullMetadata,
 
         final 
Optional<org.apache.kafka.streams.processor.assignment.TaskAssignor> 
userTaskAssignor =
             userTaskAssignorSupplier.get();
+        UserTaskAssignmentListener userTaskAssignmentListener = 
(GroupAssignment assignment, GroupSubscription subscription) -> { };

Review Comment:
   You can't change it once you make it final.



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