showuon commented on code in PR #14133:
URL: https://github.com/apache/kafka/pull/14133#discussion_r1281346254


##########
build.gradle:
##########
@@ -1634,6 +1634,8 @@ project(':storage:api') {
 
   dependencies {
     implementation project(':clients')
+    implementation project(':server-common')
+    implementation libs.metrics

Review Comment:
   Need these 2 packages to access `KafkaYammerMetrics` class and yammer metrics



##########
build.gradle:
##########
@@ -1634,6 +1634,8 @@ project(':storage:api') {
 
   dependencies {
     implementation project(':clients')
+    implementation project(':server-common')
+    implementation libs.metrics

Review Comment:
   Need these 2 packages in storage to access `KafkaYammerMetrics` class and 
yammer metrics



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