OmniaGM commented on code in PR #14881: URL: https://github.com/apache/kafka/pull/14881#discussion_r1415612007
########## core/src/main/scala/kafka/server/ReplicaManager.scala: ########## @@ -2741,6 +2755,18 @@ class ReplicaManager(val config: KafkaConfig, } } + private def mayUpdateTopicAssignment(partition: Partition, partitionDirectoryId: Option[Uuid]) = { Review Comment: yup, fixed the name -- 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