TaiJuWu commented on code in PR #19050: URL: https://github.com/apache/kafka/pull/19050#discussion_r2027209374
########## core/src/main/scala/kafka/server/ReplicaManager.scala: ########## @@ -2654,7 +2655,7 @@ class ReplicaManager(val config: KafkaConfig, config.replicaSelectorClassName.map { className => val tmpReplicaSelector: ReplicaSelector = Utils.newInstance(className, classOf[ReplicaSelector]) tmpReplicaSelector.configure(config.originals()) - Plugin.wrapInstance(tmpReplicaSelector, metrics, className) + Plugin.wrapInstance(tmpReplicaSelector, metrics, ReplicationConfigs.REPLICA_SELECTOR_CLASS_CONFIG) Review Comment: Thanks for fix it! -- 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