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



##########
File path: core/src/main/scala/kafka/server/MetadataSupport.scala
##########
@@ -56,11 +59,24 @@ sealed trait MetadataSupport {
    */
   def ensureConsistentWith(config: KafkaConfig): Unit
 
-  def maybeForward(request: RequestChannel.Request,
-                   handler: RequestChannel.Request => Unit,
-                   responseCallback: Option[AbstractResponse] => Unit): Unit
+  /**
+   * Get the dynamic configuration associated with a given resource.
+   */
+  def getResourceConfig(resource: ConfigResource): Properties

Review comment:
       Yes, this is a duplicate of the code in `ConfigRepository`. I'll just 
use that.




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