OmniaGM commented on code in PR #14790:
URL: https://github.com/apache/kafka/pull/14790#discussion_r1412422869


##########
server/src/main/java/org/apache/kafka/server/AssignmentsManager.java:
##########
@@ -95,7 +96,10 @@ public void close() throws InterruptedException {
     }
 
     public void onAssignment(TopicIdPartition topicPartition, Uuid dirId) {

Review Comment:
   I changed this to have one `onAssignment` and `AssignmentEvent` constructor 
that will replace callback null with runnable that does nothing 



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