cmccabe commented on a change in pull request #11677:
URL: https://github.com/apache/kafka/pull/11677#discussion_r784434978



##########
File path: core/src/main/scala/kafka/server/ReplicaManager.scala
##########
@@ -2107,7 +2107,7 @@ class ReplicaManager(val config: KafkaConfig,
    * @param delta           The delta to apply.
    * @param newImage        The new metadata image.
    */
-  def applyDelta(delta: TopicsDelta, newImage: MetadataImage): Unit = {
+  def applyDelta(delta: TopicsDelta, newImage: MetadataImage, metadataVersion: 
MetadataVersionDelta): Unit = {

Review comment:
       Do we need to add this here in this PR? We're not using it here...




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