gaurav-narula commented on PR #15527:
URL: https://github.com/apache/kafka/pull/15527#issuecomment-2040616724

   @gharris1727 Thanks for pointing that out.
   
   The warning below
   ```
   
kafka/storage/api/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteStorageMetrics.java:31:
 warning: reference not found: kafka.api.MetricsTest
    * @see kafka.api.MetricsTest
   ```
   
   occurs because we're trying to refer to a class in the test compile path 
from production code. I don't think that's a good idea. Usually IDEs help in 
figuring out the usages of fields/classes anyway. Should we remove that tag? 
WDYT?


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